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
RLETOTIFF(1) FreeBSD General Commands Manual RLETOTIFF(1)

rletotiff - Convert 24 bit RLE image files to TIFF.

rletotiff [ -{cC} ] -o outfile.tif [ -v ] [ infile.rle ]

This program converts a 24 bit image in RLE(5) format into TIFF form. Only a single image will be converted.

-{cC}
Sets the type of compression used in the output file. -c (the default) will cause the output file to be compressed using the Lempel-Ziv-Welch (LZW) algorithm. -C will suppress any compression.
-o outfile.tif
The output will be written to this file. outfile.tif must be a real file, the special cases described in urt (1) do not apply. Note also that this "option" is not optional. The -o flag is required for consistency with the other tools.
-v
Flip image vertically.
infile.rle
The input will be read from this file. If infile.rle is "-" or is not specified, the input will be read from the standard input stream.

tifftorle(1), urt(1), RLE(5).

Bailey Brown, University of Michigan.
July 3, 1990 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.