TIFIF(1) — NEWS-OS Programmer’s Manual
NAME
tifif − Converts CDIF image to TIFF image files
SYNOPSIS
tifif [ option list ]
DESCRIPTION
Tifif takes CDIF file a page at a time for image conversion and outputs the TIFF format image data. The following options are available for this command.
−i cdif-file
Specifies the CDFF file to be input. Iftoc reads its input from the standard input if this option is not specified.
−o tiff-file
Specifies the CDFF file to be output. Iftoc writes its output on the standard output if this option is not specified.
−X,−Y pixel
Specifies the number of pixels in the x-direction, y-direction for the image to be made.
This value must be a multiple of 8
−R resolution
Specifies the resolution of images to be made in dpi. The default value is 100 dpi.
−m mode
Specifies the compression method and visual class to use with the following strings.
no : B/W No data compression
g31 : B/W G3 1-dimensional compression
g3f : B/W G3 fascimile compression
g4f : B/W G4 fascimile compression
pseudo8 : 256 palette color
gray : gray scale
The default mode is B/W No compression.
SEE ALSO
NEWS-OSRelease 4.1C