Table of Contents
rleintrp - Interpolate between 2 RLE images .
rleintrp [ -o prefixe-out
] [ -1 file1 ] [ -2 file2 ] [ -n nbimages ]
This program create
nbimages files of RLE images resulting of linear interpolati RLE(5)
images
must have the same caracteristics (Number of colors, channel alpha, backg
- -o prefixe-out
- specify the prefix of the names of output files. The
names are composed of this file1 (or of file2) is used as prefix. If a name
cannot be create by the above methods it is arbitra
- -1 file1
- Specify the
name of the file containing the initial image for interpolate. If op -2 exist
we interpolate between a black image and the existing file ('fondu au noir
file1 is '-' standard input is used.
- -2 file2
- Specify the name of the file containing
the initial image for interpolate. If op -1 exist we interpolate between
a black image and the existing file ('fondu au noir file2 is '-' standard input
is used.
- -n nbimages
- Specify The number of images to create. By default nbimages
= 1. The value is li
- rleintrp -1 image1 -o fondu.rle -n 5
- Interpolate
1 image between image1 and image2.
- rleintrp -1 image1 -2 image2
- Interpolate
3 images with names of files inter_XXX.rle :
- rleintrp -1 image1 -2 image2
-o inter.rle -n 3
urt(1)
, RLE(5)
.
Michel Gaudet SLX Onera CHATILLON
(France)
Table of Contents