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

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!island!coney!hue
  3. From: hue@island.COM (Pond Scum)
  4. Subject: Re: Island Write/paint/draw
  5. Message-ID: <hue.715574748@coney>
  6. Sender: usenet@island.COM (The Usenet mail target)
  7. Organization: Island Graphics Corp.
  8. References: <1992Aug31.164727.23285@cbnews.cb.att.com>
  9. Date: Fri, 4 Sep 1992 02:45:48 GMT
  10. Lines: 27
  11.  
  12. gws@gwssun.att.com (Gary Sanders) writes:
  13. >Has anyone been able to import tiff images into Island Draw that were
  14. >not generated by Island? I have attempted to import over 50 different
  15. >images into Island Draw and always get a file format error. 
  16.  
  17. Disclaimer: I work for Island, but I'm not in the division that works on
  18. Write/Paint/Draw/Presents, I've got nothing to do with them (except they
  19. use software I work on to create their magazine ads) and the only time I
  20. talk to Office Products programmers is when I need to steal a book.
  21.  
  22. Well, with that said, I too have had problems importing TIFF files into
  23. IslandPaint (I don't think I've ever tried to import into IslandDraw).
  24. My *guess* is that their TIFF implementation is not complete and they have
  25. problems handling unrecognized tags (they told me the real answer once and
  26. I forgot, so I have to guess).  However, they seem to do a pretty
  27. good job with Sun rasterfiles, so I use the pbm utilities to convert TIFF
  28. to rasterfiles, and then load those:
  29.  
  30. tifftopnm tiff_file | pnmtorast > raster_file
  31.  
  32. I guess if you need a TIFF file to load into IslandDraw you can just save
  33. it out from IslandPaint.
  34.  
  35. If you need pointers on how to get sources to this stuff and/or build it
  36. on your machine send me email.
  37.  
  38. -Jonathan    Island Graphics Corp., Graphic Arts Division    hue@island.COM
  39.