2FF(1) - Linux man page online | User commands
Convert image to farbfeld.
Chapter
August 5, 2020
2FF(1) BSD General Commands Manual 2FF(1)
@frign.de>
suckless.org August 5, 2020 suckless.org
NAME
2ff — convert image to farbfeldSYNOPSIS
2ffDESCRIPTION
2ff reads an image from stdin, converts it to farbfeld(5) and writes the result to stdout. 2ff is a wrapper script around the farbfeld conversion tools with a fallback to obtaining a PNG using ImageMagick(1) and passing it through png2ff(1). In case of an error 2ff writes a diagnostic message to stderr.EXIT STATUS
0 Image processed successfully. 1 An error occurred.EXAMPLES
$ 2ff < image.* > image.ff $ 2ff < image.* | bzip2 > image.ff.bz2SEE ALSO
bzip2(1), ImageMagick(1), farbfeld(5)AUTHORS
Laslo Hunhold <
This manual | Reference | Other manuals |
---|---|---|
2ff(1) | referred by | farbfeld(5) | jpg2ff(1) | png2ff(1) |
refer to | bzip2(1) | farbfeld(5) | png2ff(1) |