Turistforeningen / node-s3-uploader

Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
https://www.npmjs.com/package/s3-uploader
MIT License
241 stars 54 forks source link

Add ImageMagick installation instructions #131

Open lukasz-galka opened 7 years ago

lukasz-galka commented 7 years ago

Subject of the issue

It would be great to add ImageMagick installation instructions because this package is not working with default ImageMagick 7 installation.

1

They removed convert (now you should use "magick" command) and you have to select this checkbox to add convert:

2

Info from http://imagemagick.org/script/porting.php#cli "The "magick" command is the new primary command of the Shell API, replacing the old "convert" command. "

Your environment