Sign inSign up

oittaa/imagemagick

By oittaa

Updated about 1 year ago

Run the latest version of ImageMagick inside a Docker container

Image
1

10K+

oittaa/imagemagick repository overview

CI

imagemagick-docker

Overview

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.

Usage

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

Tag summary

Content type

Image

Digest

sha256:0059c881e

Size

96.1 MB

Last updated

about 1 year ago

docker pull oittaa/imagemagick