logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ff2jpg — convert farbfeld to JPG

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

suckless.org                                       2018-04-11                                          FF2JPG(1)

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.

Examples

       $ ff2jpg < image.ff > image.jpg

       $ bunzip2 < image.ff.bz2 | ff2jpg -b 0f0 -q 90 > image.jpg

Exit Status

       0       Image processed successfully.

       1       An error occurred.

Name

       ff2jpg — convert farbfeld to JPG

Options

-bcolour
               Blend the transparent colours with colour specified as rgb, rrggbb or rrrrggggbbbb.  The  default
               is fff.

       -o      Optimize the Huffman table, which reduces the file size but takes longer.

       -qquality
               Set the output quality ranging from 0 to 100. The default is 85.

See Also

bzip2(1), farbfeld(5)

Synopsis

ff2jpg [-bcolour] [-o] [-qquality]

See Also