Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 667 Bytes

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