XWDIF(1) — NEWS-OS Programmer’s Manual
NAME
xwdif − Converts CDIF image to XWD image files
SYNTAX
xwdif [ options ]
DESCRIPTION
xwdif takes CDIF file a page at a time for image conversion and outputs the XWD format image data.
OPTIONS
−i cdif-file
Specifies the CDFF file to be input. xwdif reads its input from the standard input if this option is not specified.
−o xwd-file
Specifies the XWD file to be output. xwdif 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 visual class to use with the following strings.
monomonochrome bi-level
pseudo8 8 bit palette color
direct24 24 bit full color
The default value of mode is mono.
−B boundary
Specifies the boundary of each raster line, that is, each raster line consists of n ∗ boundary dots. boundary must be a multiple of 8. Default value is 8.
−d tmpdir
Specifies the directory in which a temporary file is created in color mode. If not specified, the default directory is /usr/tmp.
SEE ALSO
NEWS-OS Release 4.2.1R