https://github.com/starefossen/docker-node-imagemagick
:whale: Docker Image for Node.js with optimised ImageMagick
https://github.com/starefossen/docker-node-imagemagick
Last synced: about 2 months ago
JSON representation
:whale: Docker Image for Node.js with optimised ImageMagick
- Host: GitHub
- URL: https://github.com/starefossen/docker-node-imagemagick
- Owner: Starefossen
- License: mit
- Created: 2015-12-17T19:19:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T22:37:49.000Z (over 9 years ago)
- Last Synced: 2025-04-10T05:53:54.228Z (about 2 months ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/starefossen/node-imagemagick/
- Size: 343 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.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/node-imagemagick/)
## Image Tags
The following Docker Image tags are supported.
| Tag | Node.js version | ImageMagick version |
|-----------|-----------------|---------------------|
| `latest` | latest | latest |
| `5-6` | 5.x | 6.x |
| `4-6` | 4.x | 6.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
```