jpg2ff — convert
JPG to farbfeld
jpg2ff reads a JPG image from stdin,
converts it to
farbfeld(5)
and writes the result to stdout.
In case of an error jpg2ff writes a
diagnostic message to stderr.
- 0
- Image processed successfully.
- 1
- An error occurred.
$ jpg2ff < image.jpg > image.ff
$ jpg2ff < image.jpg | bzip2 >
image.ff.bz2