https://github.com/dotnetcarpenter/combine-img
Combine images into pages of 2 images
https://github.com/dotnetcarpenter/combine-img
Last synced: about 1 year 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T21:46:14.000Z (about 5 years ago)
- Last Synced: 2024-10-19T19:44:23.166Z (over 1 year 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
[][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] PATH
FILE_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