RE: About XPMmer
- Posted by Andy Drummond <andy at kestreltele.com> Apr 07, 2006
- 531 views
Igor Kachan wrote: > > > posted by: Igor Kachan <kinz at peterlink.ru> > > Hi Andy, > > I'm very impressed working with your new icon editor, > it is much more handy for me than MS, Borland, Watcom, > Lcc ones. Flattery will get you anywhere! > > But it does'nt read the .xpm files with C-comments inside them. > > I have extracted .xpm icons 32x32x64 from Red Hat 9.0 and > from Mandrake 10.0. Many of them have these additional comments, > anyone can see and edit .xpm just in any programmers editor. It should be OK to sort this; I read from the first open-brace to the end of file and throw it at value() for the XPM object. I would need to put a C-comment prefilter into the reader and ignore them. I will see what I can do over the weekend. > > You can get the .zip file with these icons (about 150 at all) here: > > http://www.rapideuphoria.com/russian/xpms.zip > > With this .zip, you could inspect the possible variants of .xpms > to adjust your very good tool. Thanks, a good source of problem data would be a good start! > > Regards, > Igor Kachan > kinz at peterlink.ru Andy Drummond.