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

ff2ppm — convert farbfeld to PPM

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

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

Description

ff2ppm  reads a farbfeld(5) image from stdin, converts it to PPM (16-Bit RGB P6 binary format) and writes
       the result to stdout.

       In case of an error ff2ppm writes a diagnostic message to stderr.

Examples

       $ ff2ppm < image.ff > image.ppm

       $ bunzip2 < image.ff.bz2 | ff2ppm -b 0f0 > image.ppm

Exit Status

       0       Image processed successfully.

       1       An error occurred.

Name

       ff2ppm — convert farbfeld to PPM

Options

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

See Also

bzip2(1), farbfeld(5)

Synopsis

ff2ppm [-bcolour]

See Also