| FF2PPM(1) | General Commands Manual | FF2PPM(1) |
ff2ppm — convert
farbfeld to PPM
ff2ppm |
[-b colour] |
ff2ppm reads a
farbfeld(5) image from stdin, converts it to PPM (16-Bit
RGB P6 binary format) and writes the result to stdout.
In case of an error ff2ppm writes a
diagnostic message to stderr.
-b
colour$ ff2ppm < image.ff > image.ppm
$ bunzip2 < image.ff.bz2 | ff2ppm -b
0f0 > image.ppm
Hiltjo Posthuma <hiltjo@codemadness.org>
| 2018-04-11 | suckless.org |