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

hdifftopam - convert horizontal difference image to original PAM image

Author

       Bryan Henderson

Description

       This program is part of Netpbm(1).

       hdifftopam undoes what pamtohdiff does.

Document Source

       This  manual  page was generated by the Netpbm tool 'makeman' from HTML source.  The master documentation
       is at

              http://netpbm.sourceforge.net/doc/hdifftopam.html

netpbm documentation                              15 April 2002                        HdifftopamUserManual(1)

Name

       hdifftopam - convert horizontal difference image to original PAM image

Options

       In addition to the options common to all programs based on libnetpbm (most notably  -quiet,  see   Common
       Options ), hdifftopam recognizes the following command line options:

       -pnm
                   This option tells hdifftopam to create a PNM image (i.e. PGM or
                   PPM).  Without it, hdifftopam creates a PAM image (with a
                   tuple type of "unhdiff").  If the PAM does not have the proper depth
                   to be a PGM or PPM (i.e. 1 or 3) and you specify -pnm,
                   hdifftopam fails.

       -verbose
                   Print output image width, height, depth and maxval to standard error.

See Also

pamtohdiff(1)

Synopsis

hdifftopam[pamfile] [-pnm] [-verbose]

       Minimum unique abbreviation of option is acceptable.  You may use double hyphens instead of single hyphen
       to  denote  options.  You may use white space in place of the equals sign to separate an option name from
       its value.

See Also