/docker-imagemagick

imagemagick7 in a docker container

Primary LanguageDockerfileThe UnlicenseUnlicense

docker-imagemagick

Packages up ImageMagick 7 in a docker container.

N.B. this project is unofficial and not endorsed by or affiliated with the ImageMagick project or ImageMagick Studio LLC.

Link to the ImageMagick source: https://github.com/ImageMagick/ImageMagick

usage

docker run --rm -v "$(pwd):/imagemagick" -it mfinelli/imagemagick \
  magick input.jpg output.png

license

The ImageMagick software is licensed under the ImageMagick License. This project to package it into a docker container uses the Unlicense.