Short Description
Full Description
NOTE:
This image is intended to be used with nfqlt/docker vagrant box and other nfqlt docker images.
Other use scenarios might work but are not tested yet.
graphic-tools toolbox
Info
This is an image tools collections for graphic image processing
Configuration
Available binary paths for export:
- /usr/bin/optipng
- /usr/bin/pngquant
- /usr/bin/pngcrush
- /usr/bin/jpegoptim
- /usr/bin/cjpeg
- /usr/bin/djpeg
- /usr/bin/exifautotran
- /usr/bin/jpegexiforient
- /usr/bin/jpegtran
- /usr/bin/rdjpgcom
- /usr/bin/tjbench
- /usr/bin/wrjpgcom
Sample configuration
version: '2.1'
services:
graphics:
image: nfqlt/graphic-tools
network_mode: bridge
volumes:
- './src:/home/project/src'
- /tmp
dev:
image: nfqlt/php56-dev
network_mode: bridge
volumes_from:
- service:graphics:rw
volumes:
- './src:/home/project/src'
- '/home/project/.ssh:/home/project/.ssh'
- '/etc/ssh:/etc/ssh'
- '/etc/gitconfig:/etc/gitconfig'
- '/etc/environment:/etc/environment-vm:ro'
environment:
NFQ_REMOTE_TOOL_GRAPHICS: >
/usr/bin/optipng
/usr/bin/pngquant
Docker Pull Command
Owner
nfqlt