Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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