This is imagemagick packaged up in a nice, small, Alpine Linux Docker container.
50K+
This is imagemagick packaged up in a nice, small, Alpine Linux Docker container.
The container is available on Docker Hub and can be pulled locally by:
docker pull v4tech/imagemagick
The Dockerfile is on GitHub.
To start the container:
docker run -v /path/to/images:/images --rm -it v4tech/imagemagick /bin/sh
...or get fancy and try:
docker run -v /path/to/images:/images --rm -it v4tech/imagemagick \
convert /images/input.png /images/output.jpg
Content type
Image
Digest
Size
5.5 MB
Last updated
over 9 years ago
docker pull v4tech/imagemagick