home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / digifoto / obrazprohliz / download / CtrlView / CtrlViewSetup.exe / #setuppath# / ReadMe.txt < prev    next >
Encoding:
Text File  |  2002-09-22  |  6.2 KB  |  132 lines

  1. CtrlView V2.20 (http://www.CtrlView.com)
  2.  
  3.  
  4.                   Command line parameters and usage examples.
  5.  
  6. Command line parameters:
  7.  
  8.  ctrlview -p input_name[,format[,view]]
  9.     - prints fit to paper size;
  10.  ctrlview -p1 input_name[,format[,view]]
  11.     - prints 1=1 (pixel to pixel for raster files, mm to mm for HP-GL,
  12.       has no effect for 3D);
  13.  
  14.  ctrlview input_name[,format[,x,y,w,h][,view]] output_name,format[,width,height]
  15.     - converts file to the selected format;
  16.  
  17.       Supported input format keywords:
  18.  
  19.        bmp,dib  - Windows bitmaps;
  20.        jpg,jpeg - JPEG format;
  21.        pcx      - ZSoft PC Paintbrash;
  22.        png      - PNG format;
  23.        tiff     - TIFF format;
  24.        hpgl     - HP-GL, HP-GL/2;
  25.        3ds      - Autodesk 3D Studio;
  26.        obj      - Wavefront;
  27.        stlt     - stereolithography text;
  28.        stlb     - stereolithography binary;
  29.        surf     - Digital SURF;
  30.        vrml     - VRML 1.0, VRML 2.0;
  31.        xpm      - the X pixmap format;
  32.  
  33.       Supported output format keywords:
  34.  
  35.        bmp,dib  - Windows bitmaps;
  36.        jpg,jpeg - JPEG format;
  37.        pcx      - ZSoft PC Paintbrash;
  38.        pdf      - Adobe Portable Document Format;
  39.        png      - PNG format;
  40.        tiff     - TIFF format;
  41.        ps       - PostScript;
  42.        eps      - Encapsulated PostScript;
  43.        dxf      - Autodesk Drawing eXchange Format;
  44.        cgm      - Computer Graphics Metafile;
  45.        hpgl     - HP-GL;
  46.        hpgl2    - HP-GL/2;
  47.        iges     - Initial Graphics Exchange Specification;
  48.        stlt     - stereolithography text;
  49.        vrml2    - VRML 2.0;
  50.        xpm      - the X pixmap format;
  51.  
  52. x,y,w,h         - clipping window in relative units (0.0..1.0) from left
  53.                   bottom corner for HP-GL, HP-GL/2 only;
  54.  
  55. view            - 3D model view (iso, front, rear, left, right, top, bottom);
  56.  
  57. width,height    - in pixels for convertion from 2D vector/3D formats
  58.                   to 2D raster formats. 640x480 by default.
  59.  
  60.  
  61.  
  62. Formats convertibility table:
  63.  
  64.  i\o | bmp | jpg | pcx | pdf | png | tiff | ps  | eps | dxf | cgm | hpgl | hpgl2 | iges | stlt | vrml2 | xpm |
  65. --------------------------------------------------------------------------------------------------------------
  66. bmp  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  67. --------------------------------------------------------------------------------------------------------------
  68. jpg  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  69. --------------------------------------------------------------------------------------------------------------
  70. pcx  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  71. --------------------------------------------------------------------------------------------------------------
  72. png  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  73. --------------------------------------------------------------------------------------------------------------
  74. tiff |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  75. --------------------------------------------------------------------------------------------------------------
  76. hpgl |  X  |  X  |  X  |  X  |  X  |  X   |  X  |  X  |  X  |  X  |  X   |   X   |      |      |       |  X  |
  77. --------------------------------------------------------------------------------------------------------------
  78. 3ds  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  79. --------------------------------------------------------------------------------------------------------------
  80. obj  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  81. --------------------------------------------------------------------------------------------------------------
  82. stlt |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  83. --------------------------------------------------------------------------------------------------------------
  84. stlb |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  85. --------------------------------------------------------------------------------------------------------------
  86. surf |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  87. --------------------------------------------------------------------------------------------------------------
  88. vrml |  X  |  X  |  X  |  X  |  X  |  X   |     |     |  X  |     |      |       |  X   |  X   |   X   |  X  |
  89. --------------------------------------------------------------------------------------------------------------
  90. xpm  |  X  |  X  |  X  |  X  |  X  |  X   |     |     |     |     |      |       |      |      |       |  X  |
  91. --------------------------------------------------------------------------------------------------------------
  92.  
  93.  
  94. Usage examples:
  95.  
  96.  
  97.   for 3D files:
  98.  
  99. ctrlview test.3ds test.wrl,vrml2
  100.      - converts test.3ds (automatic defining of format) to VRML-2.0
  101.  
  102. ctrlview test.3ds,3ds test.igs,iges
  103.      - converts test.3ds (known in Autodesk 3D Studio format) to IGES
  104.  
  105. ctrlview test.3ds,3ds,iso test.jpg,jpeg
  106.      - converts test.3ds (known in Autodesk 3D Studio format) isometric view to 640x480 (default) JPEG
  107.  
  108. ctrlview test.3ds,3ds,front test.png,png,1024,768
  109.      - converts test.3ds (known in Autodesk 3D Studio format) front view to 1024x768 PNG
  110.  
  111.  
  112.   for 2D vector files:
  113.  
  114. ctrlview a3.plt test.dxf,dxf
  115.      - converts a3.plt (automatic defining of format) to DXF
  116.  
  117. ctrlview a3.plt,hpgl,0.5,0,0.5,0.5 test.ps,eps
  118.      - converts a3.plt (known in HP-GL format) right bottom corner to Encapsulated PostScript
  119.  
  120. ctrlview a3.plt,hpgl,0.75,0.75,0.25,0.25 test.bmp,bmp,640,640
  121.      - converts a3.plt (known in HP-GL format) right top corner to 640x640 bitmap
  122.  
  123.  
  124.   for raster files:
  125.  
  126. ctrlview test.img test.jpg,jpeg
  127.      - converts test.img (automatic defining of format) to JPEG
  128.  
  129. ctrlview test.bmp,bmp test.tif,tiff
  130.      - converts test.bmp (bitmap) to TIFF
  131.  
  132.