Sign inSign up

habx/imagemagick

By habx

•Updated over 5 years ago

Image
0

210

habx/imagemagick repository overview

⁠ImageMagick 7 on Debian 10

⁠Overview

Delivers the latest version of the ImageMagick⁠ 7 to Debian 10.

⁠Usage

By default container will run convert command

$ docker run -v /your/images:/imgs habx/imagemagick /imgs/sample.png -resize 100x100 /imgs/resized-sample.png

You can change entrypoint and pass other IM commands to execute. For instance,

$ docker run --entrypoint=identify -v /your/images:/imgs habx/imagemagick /imgs/sample.png

Tag summary

Content type

Image

Digest

Size

122.9 MB

Last updated

over 5 years ago

docker pull habx/imagemagick