home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / graphics / tiff / unix / archive.z / archive / text0049.txt < prev    next >
Encoding:
Text File  |  1995-09-20  |  1.3 KB  |  41 lines

  1.  
  2.  
  3. A few short answers:
  4.  
  5. > 1) How is the fastest way to print TIFF to post script?  I'm looking
  6. > for the best procedure that produces the easiest to interpret
  7. > PS...it doesn't have to exist in a product.
  8.  
  9. Make sure you have a Postscript Level 2 printer, compress the image
  10. using CCITT Group 4, and finally send it to the printer using tiff2ps.
  11.  
  12. If that isn't fast enough, get a printer with a faster CPU or go for
  13. an accelerator board.
  14.  
  15.  
  16. > 3) Are XIP Print boards a good printing solution? Any other vendor
  17. > boards?  I also know that some QMS & XEROX printers can accept TIFFs
  18. > directly.
  19.  
  20. *All* level 2 printers accept CCITT/LZW/JPEG compressed data directly;
  21. check the sources for tiff2ps for ideas on how to utilize this when
  22. printing TIFF files.  Packbits and other runlength encoding schemes
  23. are fairly simple to implement on level 1 printers as well.
  24.  
  25.  
  26. > 4) Ever seen any printing solutions that only send the black part of
  27. > images to the printer?
  28.  
  29. Most compression methods compress black *and* white regions before
  30. sending them to the printer.
  31.  
  32.  
  33. > 6) Is it possible to remove margins from an image and then save the
  34. > image with the original image size and then have a TIFF compliant
  35. > reader reconstruct the orginal image?
  36.  
  37. Nope.  But if you use compression, this is not much of a problem.
  38.  
  39.     /F
  40.  
  41.