Annotated edit history of
ppmmix(1) version 1, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
ppmmix |
|
|
2 |
!!!ppmmix |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
SEE ALSO |
|
|
7 |
AUTHOR |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
ppmmix - blend together two portable pixmaps |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
ppmmix ''fadefactor ppmfile1 ppmfile2'' |
|
|
17 |
!!DESCRIPTION |
|
|
18 |
|
|
|
19 |
|
|
|
20 |
Reads two portable pixmaps as input. Mixes them together |
|
|
21 |
using the specified fade factor. The fade factor may be in |
|
|
22 |
the range from 0.0 (only ppmfile1's image data) to 1.0 (only |
|
|
23 |
ppmfile2's image data). Anything in between gains a smooth |
|
|
24 |
blend between the two images. |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
The two pixmaps must have the same size. |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
__pnmcomp__ is a more general alternative. It allows you |
|
|
31 |
to mix images of different size and to have the fade factor |
|
|
32 |
vary throughout the image (through the use of an alpha |
|
|
33 |
mask). |
|
|
34 |
!!SEE ALSO |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
pnmcomp(5), ppm(5) |
|
|
38 |
!!AUTHOR |
|
|
39 |
|
|
|
40 |
|
|
|
41 |
Copyright (C) 1993 by Frank Neumann |
|
|
42 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.