https://github.com/starefossen/docker-iojs-imagemagick
:whale: Docker Image for io.js with optimised ImageMagick
https://github.com/starefossen/docker-iojs-imagemagick
Last synced: 3 months ago
JSON representation
:whale: Docker Image for io.js with optimised ImageMagick
- Host: GitHub
- URL: https://github.com/starefossen/docker-iojs-imagemagick
- Owner: Starefossen
- License: mit
- Created: 2015-04-11T19:00:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T14:27:30.000Z (almost 10 years ago)
- Last Synced: 2025-03-14T19:01:33.825Z (3 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/starefossen/iojs-imagemagick/
- Size: 512 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# io.js ImageMagick Docker Image
This Docker Image contains an optimised version of ImageMagick build for basic
image manipulations such as converting, resizing, rotating, etc. It support the
following image types: `jpeg`, `giff`, `tiff`, and `png`.[](https://registry.hub.docker.com/u/starefossen/iojs-imagemagick/)
## Image Tags
The following Docker Image tags are supported.
| Tag | io.js version | ImageMagick version |
|-----------|---------------|---------------------|
| `latest` | latest | latest |
| `2-6` | 2.x | 6.x |
| `2.5-6.9` | 2.5.x | 6.9.x |
| `1-8` | 1.x | 6.x |
| `1.8-6.9` | 1.8.x | 6.9.x |## This is enabled
```
--enable-shared
--with-quantum-depth=8
--with-jpeg
--with-jp2
--with-openjp2
--with-png
--with-tiff
```## This is disabled
```
--disable-static
--without-magick-plus-plus
--without-bzlib # disable BZLIB support
--without-zlib # disable ZLIB support
--without-dps # disable Display Postscript support
--without-fftw # disable FFTW support
--without-fpx # disable FlashPIX support
--without-djvu # disable DjVu support
--without-fontconfig # disable fontconfig support
--without-freetype # disable Freetype support
--without-jbig # disable JBIG support
--without-lcms # disable lcms (v1.1X) support
--without-lcms2 # disable lcms (v2.X) support
--without-lqr # disable Liquid Rescale support
--without-lzma # disable LZMA support
--without-openexr # disable OpenEXR support
--without-pango # disable PANGO support
--without-webp # disable TIFF support
--without-x # don't use the X Window System
--without-xml # disable XML support
```