Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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] 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