TIFTOC(1) — NEWS-OS Programmer’s Manual
NAME
tiftoc − Converts TIFF files to CDFF image files
SYNOPSIS
tiftoc [ option-list ]
DESCRIPTION
tiftoc converts TIFF image files to CDFF files.
OPTIONS
−i tiff-files
Specifies the TIFF files to be input. If input is multi-page TIFF, each page is put in a page of CDFF file. More than one file can be specified for input. If more than one file is specified for input, the TIFF files will be converted to a CDFF file with one image per page. tiftoc reads input from the standard input if this option is not specified.
−o cdff-file
Specifies the CDFF file to be output. tiftoc outputs to the standard output if this option is not specified.
−X page-width
Specifies the page width. The unit of BMU (1200 BMU = 1 inch) is used when b or no unit is specified after the number. The unit of centimeter, millimeter, or inch is used when c, m or i is specified after the number, respectively. All the numbers are stored in the unit of BMU in the CDIF format file. The default value is 9921 (210 mm (width of A4 upright)). This unit specification applys for the −Y, −x, −y, −U, −L options as well.
−Y page-height
Specifies the page height in BMUs. The default value is 14031 (297 mm (height of A4 upright)).
−x frame-width
Specifies the width of the printable region (frame) in BMUs. The default value is 9921.
−y frame-height
Specifies the height of the printable region (frame) in BMUs. The default value is 14031.
−L left-margin
Specifies the left margin of the page in BMUs. The default value is 0.
−U top-margin
Specifies the upper margin of the page in BMUs. The default value is 0.
−m BMU
Specifies the BMU (Basic Measurement Unit) to use for the CDFF file to be made. The default is a value of 1200 if this option is not specified.
−a BAU
Specifies the BAU (Basic Angle Unit) to use for the CDFF file to be made. The default is a value of 1000 if this option is not specified.
−n document-name
Specifies the document name to be written in the header of the CDFF file to be made. The name TIFF_Image is used if this option is not specified.
−O owner-name
Specifies the owner name to be written in the header of the CDFF file to be made. The user’s name is used if this option is not specified.
−W word-processer-name
Specifies the word processor name (make, model, version, etc.) to be written in the header of the CDFF file to be made. The name tiftoc is used if this option is not specified.
−S creator-information
Specifies the character string representing creator’s information to be written in the header of the CDFF file to be made. The string is left blank if this option is not specified.
−C codeset
Specifies the text code used in −S, −n, −O, and −W options. sjis or euc can be specified. If not specified, the codeset depends on environment variable LANG. The default is sjis when LANG is not present.
−d tmpfile-path
Specifies the directory in which a temporary file is created. The default is /usr/tmp.
SEE ALSO
NEWS-OSRelease 4.2.1R