table of contents
other versions
- Tumbleweed 4-2.9
- Leap-16.0
- Leap-15.6
| FF2PNG(1) | General Commands Manual | FF2PNG(1) |
NAME¶
ff2png — convert
farbfeld to PNG
SYNOPSIS¶
ff2png |
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.
EXIT STATUS¶
- 0
- Image processed successfully.
- 1
- An error occurred.
EXAMPLES¶
$ ff2png < image.ff > image.png
$ bunzip2 < image.ff.bz2 | ff2png >
image.png
SEE ALSO¶
AUTHORS¶
Laslo Hunhold <dev@frign.de>
| 2018-04-11 | suckless.org |