ff2png — convert farbfeld to PNG
Contents
Description
ff2png reads a farbfeld(5) image from stdin, converts it to PNG (16-bit RGBA) and writes the result to
stdout.
In case of an error ff2png writes a diagnostic message to stderr.
Examples
$ ff2png < image.ff > image.png
$ bunzip2 < image.ff.bz2 | ff2png > image.png
Exit Status
0 Image processed successfully.
1 An error occurred.
Name
ff2png — convert farbfeld to PNG
See Also
bzip2(1), farbfeld(5)
Synopsis
ff2png
