|
Able DXF Manager - Web Online Help |
|
PCX file
graphman.exe inputfilename /pcx-comp=compression
compression - PCX Compression
JPG file
graphman.exe inputfilename /jpg_cs=colorspace /jpg_dct=DCTmethod /jpg_oh=OptimalHuffman /jpg_prg=Progressive /jpg_qlt=Quality /jpg_sm=Smooth
colorspace - specify the saved color space
DCTmethod - Specify the DCT method
OptimalHuffman - Specifies if jpeg compressor have to use an optimal huffman table (more compression)), instead standard table.
Progressive - Specifies if this is a progressive jpeg.
Quality - Quality factor, from 1 to 100. The higher the value, the better the image quality, and the larger resultant memory needed.
Smooth - Smoothing factor (0 is none, 100 is max). If JPEG_Smooth is not zero, the jpeg compressor smooth the image before compress it. This improves compression.
Example:
graphman.exe test.dxf /jpg_cs=1 /jpg_dct=1 /jpg_oh=0 /jpg_prg=1 /jpg_qlt=50
|