1Ppmmix User Manual(0)                                    Ppmmix User Manual(0)
2
3
4

NAME

6       ppmmix - blend together two PPM images
7
8

SYNOPSIS

10       ppmmix fadefactor ppmfile1 ppmfile2
11
12

DESCRIPTION

14       This program is part of Netpbm(1).
15
16       ppmmix  reads two PPM images as input and mixes them together using the
17       specified fade factor.  The fade factor may be in the  range  from  0.0
18       (only ppmfile1's image data) to 1.0 (only ppmfile2's image data).  Any‐
19       thing in between specifies a smooth blend between the two images.
20
21       The two images must have the  same  dimensions  and  the  same  maxval.
22       Before  Netpbm  10.54  (March  2011), they must also have the same type
23       (PBM/PGM/PPM).
24
25       The fade factor is applied to brightness, not  light  intensity.   That
26       means  for  example  that  if you have a series of images you generated
27       using ppmmix of a black and a white image with  a  linearly  increasing
28       fade  factor,  you will see an image getting linearly brighter, but the
29       light intensity will increase faster at the end.  That  is  because  it
30       requires  more  intensity change at the bright end of the scale than at
31       the dark end for the human eye to perceive the same brightness  change.
32       This  also  means that if the original images aren't all one color, the
33       mixed image is distorted, since the intensity relationship between pix‐
34       els is different from the original image.
35
36       pamcomp  is a more general alternative.  It allows you to mix images of
37       different size and to have the fade factor vary  throughout  the  image
38       (through  the  use of a transparency mask).  It does not have the same-
39       maxval and same-type  restrictions.   It  mixes  light  intensity,  not
40       brightness.
41
42

OPTIONS

44       There  are no command line options defined specifically for ppmmix, but
45       it recognizes the options common to all  programs  based  on  libnetpbm
46       (See
47        Common Options ⟨index.html#commonoptions⟩ .)
48
49

SEE ALSO

51       pamcomp(1), pammixmulti(1), ppm(1)
52
53

AUTHOR

55       Copyright (C) 1993 by Frank Neumann
56

DOCUMENT SOURCE

58       This  manual  page was generated by the Netpbm tool 'makeman' from HTML
59       source.  The master documentation is at
60
61              http://netpbm.sourceforge.net/doc/ppmmix.html
62
63netpbm documentation             23 March 2010           Ppmmix User Manual(0)
Impressum