Fast,small console program to convert vector graphic files (DXF,EMF,WM)  into bitmaps (GIF,BMP,JPEG,G3-Fax) and normal 
vectors (DXF/VML). Canva width and height, compression quality, hand-made EMF parsing mode, external color palette and other 
options are provided. AutoCAD DXF is ASCII mode, 2D standard. BMP and GIF are color palette (8bit) compressed or plain 
formats, most suitable for DXF rasterization. True color JPEG and 1bit G3-Fax are also usefull for rich web or to send 
thru modem connection. 
The programm should do the following:
1.  Read command line args
2.  Parse options:  
  -w -h are pixel dimensions for output canva;
  -c color map to be used in place of standard DXF palette,
    file format is 3 x 256 rgb (768 byte all), as in Photoshop ACT;
   -q JPEG output quality (a number from 0 to 100);
   -r RLE compression for BMP output;
   -n Non-native (without Windows API) Enhanced Metafile decoding.
   Last two arguments are input and output file names.
   File name extensions are used to determine types desired.
   (DXF/EMF/WMF for input; BMP/GIF/JPG/G3/DXF/VML for output)
3.  Read input file from current directory
 if it is DXF - scale coords from an extant finded in DXF header to W x H or if abscent 
  to default values (1728,2287 pixels);
 if it is WMF we check and leave 'placeable header', and then convert it to EMF.
 If it is EMF we, just read it with the Windows help or by hand-made parser if -n option    presents.
4. Rasterized an image and save it into demanded rastrer bitmap format.
  (or just 'normalize' for DXF/VML output mode)

* Intel(c) IJL library was used for JPEG output (See the License Agreement).
* Ed Casas open source EFAX was used to G3(CCITT-1D) Fax output.
* Sverre H. Huseby GifSave library was used for GIF output.

Registered users will be provided by compleet C source code of the program.
(And precompiled binaries without some shareware limitations)
To register, please, go http://shareit1.element5.com/programs.html?productid=133799