Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindt/docker-xcftools
Docker Image for xcftools
https://github.com/lindt/docker-xcftools
cli docker tool xcf xcftools
Last synced: 2 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T13:35:51.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:56:31.797Z (about 2 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
[![Docker pulls](https://img.shields.io/docker/pulls/think/xcftools.svg)](https://hub.docker.com/r/think/xcftools/)
[![Docker Build](https://img.shields.io/docker/automated/think/xcftools.svg)](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