Sign inSign up

knickers/imagemagick

By knickers

•Updated over 8 years ago

Setup to accept command line arguments as if you had it installed natively on your system

Image
3

2.3K

knickers/imagemagick repository overview

⁠imagemagick

Setup to accept command line arguments as if you had it installed natively on your system

Run this container

docker run --rm \
	-u $(id -u):$(id -g) \
	-v "$PWD:$PWD" \
	-w "$PWD" \
	imagemagick "$@"

Use command line arguments

./run.sh convert -delay <frame>x<frames per sec> -loop 0 *.gif out-file.gif'
./run.sh convert -layers Optimize in-file.gif out-file.gif'

Tag summary

Content type

Image

Digest

sha256:37ab528fc…

Size

48.6 MB

Last updated

over 8 years ago

docker pull knickers/imagemagick