CTOTIF(1) — NEWS-OS Programmer’s Manual
NAME
ctotif − Cut out images from CDFF to TIFF
SYNOPSIS
ctotif [ −i cdff-file ] [ −o tiff-file ][ −j ] [ −p image-number ] [ −s start-page ] [ −e end-page ]
DESCRIPTION
ctotif cuts out image from CDFF files to TIFF files. If −j option is specified and The CDFF file has the multiple images within the specified area, ctotif outputs the multi-page TIFF file.
OPTIONS
−i cdff-file
Specifies the CDFF file to be input. ctotif reads input from the standard input if this option is not specified.
−o tiff-file
Specifies the TIFF file to be output. ctotif outputs to the standard output if this option is not specified.
−j Outputs the mulit-page TIFF file if the CDFF file has the multiple images.
−p image-number
Specifies the image within the CDFF file to be output. If the start page is specified by −s option, image-number is counted from the specified page.
−s start-page
Specifies the start page of cut out area. If this option is not specified, the first page is specified.
−e end-page
Specifies the end page of cut out area. If this option is not specified, the last page is specified.
−m mode
Specifies the mode of the created image. The possble value of mode is listed below.
nomonochrome bi-level, uncompressed
g31monochrome bi-level, CCITT Group 3 1-dimentional compression
g3fmonochrome bi-level, CCITT Group 3 facsimile compression
g4fmonochrome bi-level, CCITT Group 4 facsimile compression
pseudo88 bit palette, color
gray8 bit palette, gray scale
The default is no.
−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