home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / apps / 1792 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.6 KB  |  46 lines

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!news.claremont.edu!ucivax!dhw68k!genisco!dav
  3. From: dav@gtc.com (David L. Markowitz)
  4. Subject: Re: Island Write/paint/draw
  5. Message-ID: <1992Sep1.191821.13251@gtc.com>
  6. Organization: Genisco Technology Corp.
  7. References: <1992Aug31.164727.23285@cbnews.cb.att.com>
  8. Distribution: usa
  9. Date: Tue, 1 Sep 1992 19:18:21 GMT
  10. Lines: 34
  11.  
  12. gws@gwssun.att.com (Gary Sanders) writes:
  13.  
  14.  
  15. >Has anyone been able to import tiff images into Island Draw that were
  16. >not generated by Island? I have attempted to import over 50 different
  17. >images into Island Draw and always get a file format error. 
  18. >I have tried 5 different tiff sample file from various dos machines, 
  19. >with "NEXT" tiff files and a couple of font conversion programs and 
  20. >almost every file is unusable.  A call to island yeilded little info. 
  21. >They use tiff V3 and dont support any previous tiff formats.
  22.  
  23. Yes, this has been well documented in the past.  Island's tiff is
  24. broken, and (the right people inside Island) know it.
  25.  
  26. >Anyone  have a early tiff to Island tiff conversion program.
  27.  
  28. Just act as if Island's internal format (which they call tiff) is a
  29. closed, proprietry format.  To import imagery, convert it to rasterfile
  30. format using any of a number of tools (such as pbmplus and Sam
  31. Leffler's tiff library) and "convert" it from Island's file menu.
  32.  
  33. For example, with the above mentioned tiff library:
  34.  
  35.     % tiftoras < your-file.tif > your-file.rf
  36.  
  37. or, combined with pbmplus:
  38.  
  39.     % tifftopnm < your-file.tif | pnmtorast > your-file.rf
  40.  
  41. -- 
  42.  
  43.     David L. Markowitz
  44.     Solaris Systems Division - Genisco Technology Corporation
  45.     dav@gtc.com
  46.