home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / plotrast < prev    next >
Text File  |  1995-07-10  |  3KB  |  75 lines

  1.  
  2.    10.2.1 PLOT RASTER
  3.  
  4.  
  5. The PLOT RASTER command is used to create a pixel-for-pixel image of the
  6. current drawing in the form of a raster image file for use by subsequent
  7. plot commands.
  8.  
  9.  
  10.    COMMAND FORMAT
  11.  
  12.       #PLOT RASTER modifiers [:] or [return]
  13.  
  14. If the command is terminated with a return, the whole of the current
  15. sheet is rasterised. If the command is terminated with a colon, a window
  16. can be digitised defining a smaller area to be rasterised.
  17.  
  18.  
  19.    MODIFIERS
  20.  
  21. TO             Requires a filename used as the destination for the raster
  22.                image file. If the modifier is not entered, the raster
  23.                image will be saved to the file XCTEMP:rastc .
  24.  
  25.                Creating a disk based raster image file can take some time
  26.                due to the large amount of I/O required. If this raster image
  27.                file is going to be used immediately, it may be wise to
  28.                assign XCTEMP to the RAM disk or to direct the raster image
  29.                file to the RAM disk.
  30.  
  31.                To assign XCTEMP to the RAM disk, the AmigaDOS command
  32.  
  33.                   >ASSIGN XCTEMP: RAM:
  34.  
  35.                can be used from a CLI task. To direct a raster image file
  36.                to RAM, the command
  37.  
  38.                   #PLOT RASTER TO RAM:name_of_plot_file
  39.  
  40.                can be used. ( See the AmigaDOS users manual for information
  41.                on the RAM disk and the ASSIGN command ).
  42.  
  43. DOTSPERINCH    The required resolution in dots per inch of the raster
  44.                image. This is obviously dependent on the plotter that
  45.                will be used to output the final drawing. If no value is
  46.                entered, the default is 300.
  47.  
  48. SCALE          A real value defining the scale of the plot in terms of
  49.                the SHEET size. The default plot scale is 1.0 .
  50.  
  51. COLOUR         If this modifier is entered, colour information is saved
  52.                with the raster image. This information can be interpreted
  53.                by raster plotters with a colour capability. If the
  54.                modifier is not used, no colour information will be saved
  55.                with the raster image file.
  56.  
  57.                Note: rasterising a colour image can make the raster image
  58.                      file up to 3 times larger than a mono image file.
  59.  
  60. .DITHER        Specifies that coloured plots will be dithered to emulate
  61.                the actual colours as seen on the screen. The dithering
  62.                process uses a 2x2 pixel matrix to represent each pixel on 
  63.                the screen. A combination of yellow, magenta and cyan dot
  64.                patterns are mixed in each 2x2 matrix to represent one of
  65.                a possible 125 colours. In this way, the rasterisation
  66.                process will produce a colour plot file using the colours
  67.                as seen on the monitor.
  68.  
  69. ROTATE         This modifier will cause the raster image to be rotated
  70.                through 90 degrees. The top left hand corner of the final
  71.                plot will be the bottom left hand corner of what was the
  72.                original image.
  73.  
  74.  
  75.