magick
Public repository for ragedunicorn docker magick images
79
A lightweight ImageMagick 7 installation on Alpine Linux with the delegate libraries for common image formats.
# Pull latest version
docker pull ragedunicorn/magick:latest
# Or pull specific version
docker pull ragedunicorn/magick:7.1.2.24-alpine3.24.1-1
# Convert an image
docker run -v $(pwd):/tmp/workdir ragedunicorn/magick:latest input.png output.jpg
magick CLI (legacy convert/identify entry points included)magick user by defaultBuilt-in: PNG, GIF, BMP Delegates: JPEG (libjpeg-turbo), WebP (libwebp), HEIC/HEIF and AVIF (libheif, read), SVG (librsvg), TIFF (libtiff) Not included: PDF/PostScript (ghostscript), JPEG XL, RAW
docker run -v $(pwd):/tmp/workdir ragedunicorn/magick:latest \
input.png output.jpg
docker run -v $(pwd):/tmp/workdir ragedunicorn/magick:latest \
input.jpg -resize 50% output.jpg
docker run -v $(pwd):/tmp/workdir ragedunicorn/magick:latest \
input.jpg -thumbnail 150x150 thumbnail.jpg
docker run -v $(pwd):/tmp/workdir ragedunicorn/magick:latest \
photo.heic photo.jpg
This image uses semantic versioning that includes all component versions:
Format: {imagemagick_version}-alpine{alpine_version}-{build_number}
7.1.2.24-alpine3.24.1-1 - Initial release with ImageMagick 7.1.2.24 and Alpine 3.24.17.1.2.24-alpine3.24.1-2 - Rebuild of same versions (bug fixes, security patches)7.1.2.24-alpine3.24.2-1 - Alpine Linux patch update7.1.2.25-alpine3.24.1-1 - ImageMagick version updateWhen updates are available through automated dependency management, new releases are created with appropriate version tags.
MIT License - See GitHub repository for details.
Content type
Image
Digest
sha256:a448c68b5…
Size
25.4 MB
Last updated
17 days ago
docker pull ragedunicorn/magick