IFTOC(1) — NEWS-OS Programmer’s Manual
NAME
iftoc − Converts CDIF files to CDFF image files
SYNOPSIS
iftoc [ option list ]
DESCRIPTION
Iftoc takes CDIF file a page at a time for image conversion and outputs the CDFF 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 cdff-file
Specifies the CDFF file to be output. Iftoc writes its output on the standard output if this option is not specified.
−m compression-method
Specifies the compression method to use with the following strings.
no : No data compression
g31 : G3 1-dimensional compression
g3f : G3 fascimile compression
g4f : G4 fascimile compression
pseudo8 : pseudo color
gray : gray scale
The default compression method is g31.
−R resolution
Specifies the resolution of images to be made in dpi. The default value is 400 dpi.
−X x-pixel
Specifies the number of pixels in the x-direction for the image to be made.
If the value specified is not a multiple of 8 it will be rounded accordingly.
−Y y-pixel
Specifies the number of pixels in the y-direction for the image to be made.
If the value specified is not a multiple of 8 it will be rounded accordingly.
SEE ALSO
NEWS-OSRelease 4.1C