diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/libtiff/html/man/tiff2rgba.1.html --- a/src/3rdparty/libtiff/html/man/tiff2rgba.1.html Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/libtiff/html/man/tiff2rgba.1.html Tue Jul 06 15:10:48 2010 +0300 @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ -

tiff2rgba [ options ] input.tif +

tiff2rgba [ options ] input.tif output.tif

@@ -63,11 +63,11 @@ block organization and planar configuration.

The generated images are stripped images with four -samples per pixel (red, green, blue and alpha) or if the -n -flag is used, three samples per pixel (red, green, and -blue). The resulting images are always planar configuration -contiguous. For this reason, this program is a useful -utility for transform exotic TIFF files into a form +samples per pixel (red, green, blue and alpha) or if the +−n flag is used, three samples per pixel (red, +green, and blue). The resulting images are always planar +configuration contiguous. For this reason, this program is a +useful utility for transform exotic TIFF files into a form ingestible by almost any TIFF supporting software.

@@ -87,10 +87,11 @@

Specify a compression scheme to use when writing image data: −c none for no compression (the default), --c packbits for the PackBits compression algorithm, --c zip for the Deflate compression algorithm, -c -jpeg for the JPEG compression algorithm, and −c -lzw for Lempel-Ziv & Welch.

+−c packbits for the PackBits compression +algorithm, −c zip for the Deflate compression +algorithm, −c jpeg for the JPEG compression +algorithm, and −c lzw for Lempel-Ziv & +Welch.

@@ -135,8 +136,8 @@

Drop the alpha component from the output file, producing -a pure RGB file. Currently this does not work if the -b flag -is also in effect.

+a pure RGB file. Currently this does not work if the +−b flag is also in effect.