table of contents
other versions
- Tumbleweed 4-2.9
- Leap-16.0
- Leap-15.6
| FF2JPG(1) | General Commands Manual | FF2JPG(1) |
NAME¶
ff2jpg — convert
farbfeld to JPG
SYNOPSIS¶
ff2jpg |
[-b colour]
[-o] [-q
quality] |
DESCRIPTION¶
ff2jpg reads a
farbfeld(5) image from stdin, converts it to JPG (8-bit
RGB) and writes the result to stdout.
In case of an error ff2jpg writes a
diagnostic message to stderr.
OPTIONS¶
EXIT STATUS¶
- 0
- Image processed successfully.
- 1
- An error occurred.
EXAMPLES¶
$ ff2jpg < image.ff > image.jpg
$ bunzip2 < image.ff.bz2 | ff2jpg -b
0f0 -q 90 > image.jpg
SEE ALSO¶
AUTHORS¶
Hiltjo Posthuma <hiltjo@codemadness.org>
| 2018-04-11 | suckless.org |