Image operations for Imagine using the Magick ImageMagick bindings library.
If your haven't already done so, make sure to install imagine-magick
in your
Imagine folder:
$ npm install imagine-magick
Then place imagine-magick
in the operations section of your Imagine config,
like so:
"operations": [
"imagine-magick"
]
Imagine-Magick is distributed under the MIT License. See LICENSE for more details.