home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / windows / openloo / 4965 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.windows.open-look
  2. From: bryan@alex.com (Bryan Boreham)
  3. Path: sparky!uunet!pipex!demon!alex.com!bryan
  4. Subject: Re: Pixmap Editor for X
  5. Nntp-Posting-Host: felix
  6. Organization: Alex Technologies Ltd, London, England
  7. References:  <1993Jan5.200402.13740@ups.com>
  8. Apparently-To: mail2news@demon.co.uk
  9. Date: Wed, 6 Jan 1993 12:03:50 +0000
  10. Message-ID: <1993Jan6.120350.23929@alex.com>
  11. Sender: usenet@demon.co.uk
  12. Lines: 22
  13.  
  14. In article <1993Jan5.200402.13740@ups.com>, vladd@ups.com (Vladimir Dimanshteyn CONSULTANT) writes:
  15. > I would like to display a multi-colored logo in my application. Sun
  16. > does not provide any utilities for creating pixmaps. 
  17.  
  18. What about $OPENWIN/bin/iconedit?
  19.  
  20. > There are some
  21. > third party pixmap widgets for MOTIF but I am using OLIT.
  22.  
  23. You can set the background pixmap of any X window, regardless of
  24. widget set.  You might want to use an OLIT button, in which case
  25. you need an image rather than a pixmap.
  26.  
  27. As an aside, iconedit seems to write out in XPM version 2 format,
  28. and pbmplus as distributed can't read this.  I fetched the latest
  29. version of the xpm code, which has a new xpmtoppm, but it only
  30. reads version 1 and 3, not 2.  So I hacked it to read every kind
  31. of xpm file I could find, but I would still like to know if there
  32. is a "one true xpmtoppm" that would be better than my own hack.  
  33.  
  34. Bryan Boreham
  35. bryan@alex.com
  36.