home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / ppmmix.1 < prev    next >
Text File  |  1996-11-18  |  940b  |  26 lines

  1. .TH ppmmix 1 "16 November 1993"
  2. .IX ppmmix
  3. .SH NAME
  4. ppmmix - blend together two portable pixmaps
  5. .SH SYNOPSIS
  6. ppmmix 
  7. .I fadefactor 
  8. .I ppmfile1 ppmfile2
  9. .SH DESCRIPTION
  10. Reads two portable pixmaps as input. Mixes them together using the
  11. specified fade factor. The fade factor may be in the range from 0.0
  12. (only ppmfile1's image data) to 1.0 (only ppmfile2's image data).
  13. Anything in between gains a smooth blend between the two images.
  14. .PP
  15. The two pixmaps must have the same size.
  16. .SH SEE ALSO
  17. ppm(5)
  18. .SH AUTHOR
  19. Copyright (C) 1993 by Frank Neumann
  20. .\" Permission to use, copy, modify, and distribute this software and its
  21. .\" documentation for any purpose and without fee is hereby granted, provided
  22. .\" that the above copyright notice appear in all copies and that both that
  23. .\" copyright notice and this permission notice appear in supporting
  24. .\" documentation.  This software is provided "as is" without express or
  25. .\" implied warranty.
  26.