/docker-xcftools

Docker Image for xcftools

MIT LicenseMIT

Docker pulls Docker Build

xcftools

xcftools as small docker image (~5 MB) to allow the usage of the xcftools without installation.

Usage

Gather Information of xcf images

docker run -t -v $(pwd):/tmp think/xcftools xcfinfo /tmp/YOUR_IMAGE.xcf

Convert xcf images into png/pnm

docker run -t -v $(pwd):/tmp think/xcftools xcf2png /tmp/YOUR_IMAGE.xcf > DESTINATION.png

References