Linux Commands Examples

A great documentation place for Linux commands

ppmmix

blend together two portable pixmaps


see also : pnmcomp

Synopsis

ppmmix fadefactor ppmfile1 ppmfile2


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

Reads two portable pixmaps as input. Mixes them together using the specified fade factor. The fade factor may be in the range from 0.0 (only ppmfile1’s image data) to 1.0 (only ppmfile2’s image data). Anything in between gains a smooth blend between the two images.

The two pixmaps must have the same size.

pnmcomp is a more general alternative. It allows you to mix images of different size and to have the fade factor vary throughout the image (through the use of an alpha mask).


see also

pnmcomp , ppm


author

Copyright (C) 1993 by Frank Neumann

How can this site be more helpful to YOU ?


give  feedback