home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Software Extreme 3D / US_3DEXTREME_1.iso / 3ds5.dos / eps.cfg < prev    next >
Text File  |  1994-10-15  |  1KB  |  41 lines

  1. ; Configuration file for writing EPS files
  2.  
  3. ; Sets EPS units to INCHES or MM; default is INCHES.
  4. UNITS = INCHES
  5.  
  6. ; Sets default orientation to PORTRAIT (height greater than width)
  7. ;     or LANDSCAPE (width longer than height); default is PORTRAIT.
  8. ;     Default is ORIENTATION = PORTRAIT
  9. ORIENTATION = PORTRAIT
  10.  
  11. ; Sets whether to write image data as binary or ASCII
  12. ;     ASCII data requires twice the disk space, but if the
  13. ;     communications channel to your PostScript printer
  14. ;     can't handle 8-bit data, use ASCII.
  15. ;     Default is DATAFORMAT = ASCII
  16. DATAFORMAT = ASCII
  17.  
  18. ; Sets default file type to RGB (color) or GRAY (grayscale).
  19. ;     Default is COLORTYPE = RGB
  20. COLORTYPE = RGB
  21.  
  22. ; Sets whether to include preview (thumbnail) image in PostScript file.
  23. ;     Options are ON to include image or OFF not to include it.
  24. ;     The only format currently supported is TIFF
  25. ;     Default is PREVIEW = OFF
  26. PREVIEW = OFF
  27.  
  28. ; Sets default page size on which the image is centered.
  29. ;     If UNITS = INCHES, page size is defined in inches.
  30. ;     If UNITS = MM, page size is defined in millimeters.
  31. ;     Default is WIDTH = 8.5 and HEIGHT = 11.0.
  32. WIDTH = 8.500000
  33. HEIGHT = 11.000000
  34.  
  35. ; Sets default image resolution.
  36. ;     If UNITS = INCHES, resolution is defined in dots per inch.
  37. ;     If UNITS = MM, resolution is defined in dots per millimeter.
  38. ;     Default is XRESOLUTION = 72.0 and YRESOLUTION = 72.0
  39. XRESOLUTION = 72.000000
  40. YRESOLUTION = 72.000000
  41.