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

ppmdim - dim a PPM image

Author

       Copyright (C) 1993 by Frank Neumann

Description

       This program is part of Netpbm(1).

       This  program  is  largely obsoleted by the more general pamfunc(1) (use the -multiplier option).  ppmdim
       remains for backward compatibility and also because its use of integer arithmetic may make it faster.

       ppmdim reads a PPM image input and diminishes its brightness by the specified dimfactor.   The  dimfactor
       may  be  in  the  range  from  0.0  (total  blackness,  deep night, nada, null, nothing) to 1.0 (original
       picture's brightness).

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/ppmdim.html

netpbm documentation                                June 2002                              PpmdimUserManual(1)

Name

       ppmdim - dim a PPM image

Options

       There are no command line options defined specifically for ppmdim, but it recognizes the  options  common
       to all programs based on libnetpbm (See  Common Options .)

See Also

ppm(1), pamfunc(1),

Synopsis

       ppmdim dimfactor [ppmfile]

See Also