https://github.com/lindt/docker-xcftools
Docker Image for xcftools
https://github.com/lindt/docker-xcftools
cli docker tool xcf xcftools
Last synced: 4 months ago
JSON representation
Docker Image for xcftools
- Host: GitHub
- URL: https://github.com/lindt/docker-xcftools
- Owner: lindt
- License: mit
- Created: 2016-10-06T13:13:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T13:35:51.000Z (over 8 years ago)
- Last Synced: 2024-12-31T21:12:13.559Z (6 months ago)
- Topics: cli, docker, tool, xcf, xcftools
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/think/xcftools/)
[](https://hub.docker.com/r/think/xcftools/)# 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
- xcftools based on https://github.com/j-jorge/xcftools