pnmtotiff

Section: User Commands (1)
Updated: 13 January 1991
Index Return to Main Contents
 

NAME

pnmtotiff - convert a a portable anymap into a TIFF file  

SYNOPSIS

pnmtotiff [-none|-packbits| -lzw|-g3|-g4] [-2d] [-fill] [-predictor n] [-msb2lsb|-lsb2msb] [-rowsperstrip n] [pnmfile]  

DESCRIPTION

Reads a portable anymap as input. Produces a TIFF file as output.  

OPTIONS

By default, pnmtotiff creates a TIFF file with no compression. This is your best bet most of the time. If you want to try another compression scheme or tweak some of the other even more obscure output options, there are a number of flags to play with.

Actually, the best default would be to use LZW compression, which is what pnmtotiff used to do by default. However, the Tiff library no longer does LZW compression due to concerns with violating Unisys's patent on LZW compression.

The -none, -packbits, -lzw, -g3, and -g4 options are used to override the default and set the compression scheme used in creating the output file. The CCITT Group 3 and Group 4 compression algorithms can only be used with bilevel data. -lzw doesn't really work because the Tiff library doesn't do LZW compression. It used to, but its developers removed the function out of concern about violating Unisys's patent. This option remains in case you use a Tiff library that cooperates, now or in the future. The -2d and -fill options are meaningful only with Group 3 compression: -2d requests 2-dimensional encoding, while -fill requests that each encoded scanline be zero-filled to a byte boundry. The -predictor option is only meaningful with LZW compression: a predictor value of 2 causes each scanline of the output image to undergo horizontal differencing before it is encoded; a value of 1 forces each scanline to be encoded without differencing. By default, pnmtotiff creates a TIFF file with msb-to-lsb fill order. The -msb2lsb and -lsb2msb options are used to override the default and set the fill order used in creating the file. The -rowsperstrip option can be used to set the number of rows (scanlines) in each strip of data in the output file. By default, the output file has the number of rows per strip set to a value that will ensure each strip is no more than 8 kilobytes long.

 

NOTES

There are myriad variations of the TIFF format, and this program generates only a few of them. pnmtotiff creates a grayscale TIFF file if its input is a PBM (monochrome) or PGM (grayscale) file. If the input is a PPM (color) file and there are 256 colors or fewer, pnmtotiff generates a color palette TIFF file. If there are more colors than that, pnmtotiff generates an RGB (not RGBA) single plane TIFF file. Use pnmtotiffcmyk to generate the cyan-magenta-yellow-black ink color separation TIFF format.  

SEE ALSO

tifftopnm(1), pnmtotiffcmyk(1), pnm(5)  

AUTHOR

Derived by Jef Poskanzer from ras2tiff.c, which is Copyright (c) 1990 by Sun Microsystems, Inc. Author: Patrick J. Naughton (naughton@wind.sun.com).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
NOTES
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 16:15:30 GMT, July 31, 2024