home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -readerstuff- / peter_hutchison / misc-drivers.lzx / Primera45 / PPCI.doc < prev    next >
Text File  |  1996-11-27  |  6KB  |  209 lines

  1. Old ToolTypes:
  2. --------------
  3.  
  4.     WLeft = default window left
  5.     WTop = default window top
  6.     BaseName = default base path/name for buffer/output (.fpp is appended)
  7.     Heat = default heat
  8.     Paper = default paper, see 'Paper' below
  9.     Ribbon = default ribbon, see 'Ribbon' below
  10.     XOffset = default XOffset
  11.     YOffset = default YOffset (Pro only)
  12.     DiskBuf = default to disk buffering
  13.     ToFile = default to file output
  14.     HighDPI = default to High DPI (Pro only)
  15.     PopUp = PopUp immediately when run (else PopUp when run a second time)
  16.  
  17.  
  18. Secret ToolTypes:
  19. -----------------
  20.  
  21.     PYD, PMD, PCD, CYD, CMD, CCD, GYD, GMD, GCD
  22.     Correct = internal correction mode (default is on)
  23.     Full = display gadgets for above settings
  24.     WishOS2 = pretend to be running on < OS2.0
  25.     DontDel = don't delete buffer files (useless unless buffering occured)
  26.     ProWax6 = alternate firmware file for ProWax 600 DPI (Pro only)
  27.     ProDye3 = ditto for this
  28.     ProDye6 =   "
  29.     DyeK3 =     "
  30.     DyeK6 =     "
  31.     FirmWare = file used for anything that needs a firmware file (overrides)
  32.  
  33.  
  34. New ToolTypes:
  35. --------------
  36.  
  37.     DevName
  38.     -------
  39.     This is the name for the IFF print device. Setting DevName=NIL will
  40.     keep the device from being mounted. Default name is 'Fargo'.
  41.  
  42.     DevPri
  43.     ------
  44.     This is the priority for the print device handler. Valid range is
  45.     1 to 5. Default is 1.
  46.  
  47.     i, j, k, m, o
  48.     -  -  -  -  -
  49.     These are the Width, Height, Depth, XAspect, YAspect respectivly
  50.     that will be used if the respective values are set to zero in the
  51.     bit-map-header (BMHD) of the source image. Defaults are 736, 482,
  52.     24, 1, 1 respectivly. Also see 'a' and 'Output' below
  53.  
  54.  
  55. File name extension options when saving to device:
  56. --------------------------------------------------
  57.  
  58.     a = aspect force, forces use of fallback aspects instead of BMHD values
  59.  
  60.     b = buffer to disk, same as PPCI gadget
  61.  
  62.     c = copies, same as (P)PCI gadget
  63.  
  64.     d = DPI high, same as PPCI gadget (Pro only)
  65.  
  66.     e = Extra-Halfbrite if 6-bit and no CAMG chunk
  67.  
  68.     f = file output, same as (P)PCI gadget
  69.  
  70.     g = good CMap, see 'CMap' below
  71.  
  72.     h = real, height of printed image, see 'Output' below
  73.  
  74.     i = integer, pos-non-zero, fallback source image Width
  75.  
  76.     j = integer, pos-non-zero, fallback source image Height
  77.  
  78.     k = integer, pos-non-zero, fallback source image Depth
  79.  
  80.     l = landscape, see 'Output' below
  81.  
  82.     m = integer, pos-non-zero, fallback source image XAspect
  83.  
  84.     n = negative output
  85.  
  86.     o = integer, pos-non-zero, fallback source image YAspect
  87.  
  88.     p = paper, same as (P)PCI gadget, see 'Paper' below
  89.  
  90.     q = quick return, buffers portrait mode data for quick return to app
  91.  
  92.     r = ribbon, same as (P)PCI gadget, see 'Ribbon' below
  93.  
  94.     s = shade, followed by g=grayscale, b=black-and-white
  95.  
  96.     t = till done, do not return to application until image is done printing
  97.  
  98.     u = uncentered output
  99.  
  100.     v = verbose, displays bit-map-header data for source image
  101.  
  102.     w = real, width of printed image, see 'Output' below
  103.  
  104.     x = real, pos, XOffset, same as (P)PCI gadget
  105.  
  106.     y = real, pos, YOffset, same as PPCI gadget (Pro only)
  107.  
  108.     z = heat, same as (P)PCI gadget
  109.  
  110.  
  111. Ribbon
  112. ------
  113.  
  114.     0 = YMC wax
  115.     1 = Mono wax
  116.     2 = YMCK wax
  117.     3 = YMC photo
  118.     4 = Mono photo
  119.     5 = reserved
  120.     6 = A6 photo
  121.  
  122.  
  123. Paper
  124. -----
  125.  
  126.     0 = A
  127.     1 = A-Long
  128.     2 = A4
  129.     3 = A4-Long
  130.     5 = A6
  131.  
  132.  
  133. IFF formats supported:
  134. ----------------------
  135.  
  136.     2 - 256 color, color mapped
  137.     HAM-6
  138.     HAM-8
  139.     Extra-Halfbrite
  140.     24-bit, w/wo look up tables
  141.  
  142.  
  143. CMap
  144. ----
  145.  
  146.     The device will handle 2, 4, 8,..., 256 color CMaps. If the the lower
  147.     nibble of all colors in the CMap is 0 the image is assumed to have been
  148.     produced by an old application that shifted rather than scaled colors
  149.     from 4-bit to 8-bit. If the 'g' option is NOT specified the upper
  150.     nibble of each color will be replicated in the lower nibble.
  151.  
  152.  
  153. Output
  154. ------
  155.  
  156.     The default output is a horizontally centered color portrait image is
  157.     is scaled up/or down to fill as much of the page as possible without
  158.     clipping the image.
  159.  
  160.     The 'u' option will left justify the output image.
  161.  
  162.     The 's' option will force the output to grayscale or black-and-white
  163.     threshold (uses preferences threshold setting scaled to 8-bits).
  164.  
  165.     The 'l' option will rotate the output to landscape.
  166.  
  167.     The 'w' and 'h' options allow you to force the output to a given size.
  168.     Both default to 0 which is floating. 'w' <= 8.5 and/or 'h' <= 14 is
  169.     interpreted as as inches. Positive numbers larger than these are
  170.     interpreted as printer dots. Negative numbers are interpreted as
  171.     multiples of the respective source image dimemsions.
  172.  
  173.     Note: For landscape, negative numbers use the opposite dimension.
  174.  
  175.  
  176. All errors are reported to the application. The following are typical:
  177. ----------------------------------------------------------------------
  178.  
  179.     No Disk In Drive = Fargo is not the currently selected printer
  180.  
  181.     Object Wrong Type = file is not an IFF FORM file, or no BMHD
  182.  
  183.     Not Enough Memory = enough said
  184.  
  185.     Object In Use = Fargo device or printer.device is in use
  186.  
  187.     Seek Error = application attempted to do a non-relative seek
  188.  
  189.  
  190. Notes:
  191. ------
  192.  
  193.     All ToolTypes and options are case-insensitive
  194.  
  195.     <anyname>.info files are simply gobbled up by the device. Any other
  196.     file that is not an IFF ILBM will result in an 'Object Wrong Type'
  197.     error.
  198.  
  199.     Digi-Paint leaves the BMHD height set to zero until after the BODY
  200.     data has been written. Obviously this is to late. Use the 'j' option
  201.     to specify the height of the source image.
  202.  
  203.     If an application completely refuses to save to the device. Save the
  204.     image to a file then use Workbench drag-and-drop or the shell 'copy'
  205.     command to send the image to the device.
  206.  
  207.     Watch out for unintended options being specified by an applications
  208.     automatic file extension.
  209.