Farbfeld
- 2ff(1) reads an image from stdin, converts it to and writes the result to stdout.
- farbfeld(5) is a image format which is easy to parse, pipe and compress.
- ff2jpg(1) reads a image from stdin, converts it to JPG (8-bit RGB) and writes the result to stdout.
- ff2pam(1) reads a image from stdin, converts it to PAM (16-bit RGBA) and writes the result to stdout.
- ff2png(1) reads a image from stdin, converts it to PNG (16-bit RGBA) and writes the result to stdout.
- ff2ppm(1) reads a image from stdin, converts it to PPM (16-Bit RGB P6 binary format) and writes the result to stdout.
- jpg2ff(1) reads a JPG image from stdin, converts it to and writes the result to stdout.
- png2ff(1) reads a PNG image from stdin, converts it to and writes the result to stdout.