GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RLEINTRP(1) FreeBSD General Commands Manual RLEINTRP(1)

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)
July 1991 4th Berkeley Distribution

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.