Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnetcarpenter/combine-img
Combine images into pages of 2 images
https://github.com/dotnetcarpenter/combine-img
Last synced: 4 days ago
JSON representation
Combine images into pages of 2 images
- Host: GitHub
- URL: https://github.com/dotnetcarpenter/combine-img
- Owner: dotnetCarpenter
- Created: 2020-02-06T14:57:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T21:46:14.000Z (over 3 years ago)
- Last Synced: 2024-10-19T19:44:23.166Z (2 months ago)
- Language: JavaScript
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Node.js CI](https://github.com/dotnetCarpenter/combine-img/workflows/Node.js%20CI/badge.svg)][1]
# combine-img
Combine images into pages of 2 images
Depends on [ImageMagick](https://imagemagick.org/) and runs in Node.js 12+.
```
Usage:
node --experimental-modules index.mjs [-t|--type FILE_EXTENSION] PATHFILE_EXTENSION: Default is jpg but you can specify anything that ImageMagick
support.PATH: The path to the folder which contains your images.
Options:
--help Show help [boolean]
--version Show version number [boolean]
-t, --type [default: "jpg"]
```_Note: Only meant to be used by a single user. Do not use this as a web service._
sha1 checksum generated by sha1sum (GNU coreutils) 8.32 (used in tests to confirm that the correct images was generated).
License: [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)
[1]: https://github.com/dotnetCarpenter/combine-img/actions?query=workflow%3A%22Node.js+CI%22