Skip to content

mfinelli/docker-imagemagick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.