Run the latest version of ImageMagick inside a Docker container
10K+
Delivers the latest version of the ImageMagick 7 to your environment in a Docker container.
The purpose of this container is to be able to run the latest version of ImageMagick with modern web image formats like WebP and AVIF in a stable Linux environment.
By default, container will run magick command.
$ docker run --rm -v /your/images:/imgs oittaa/imagemagick convert /imgs/sample.png -resize 100x100 /imgs/resized-sample.avif
$ docker run --rm -v /your/images:/imgs oittaa/imagemagick identify /imgs/sample.png
Content type
Image
Digest
sha256:0059c881e…
Size
96.1 MB
Last updated
about 1 year ago
docker pull oittaa/imagemagick