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

ff2pam — convert farbfeld to PAM

Authors

       Mattias Andrée <maandree@kth.se>

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

Description

ff2pam  reads  a  farbfeld(5) image from stdin, converts it to PAM (16-bit RGBA) and writes the result to
       stdout.

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

Examples

       $ ff2pam < image.ff > image.pam

       $ bunzip2 < image.ff.bz2 | ff2pam > image.pam

Exit Status

       0       Image processed successfully.

       1       An error occurred.

Name

       ff2pam — convert farbfeld to PAM

See Also

bzip2(1), farbfeld(5)

Synopsis

ff2pam

See Also