Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: xpm slow?
- To: crossfire (at) ifi.uio.no (Crossfire Mailing List)
- Subject: Re: xpm slow?
- From: Philip Brown <>
- Date: Tue, 15 Mar 1994 20:28:35 -0800 (PST)
- In-Reply-To: <> from "Mark Wedel" at Mar 15, 94 08:15:30 pm
>>>>[From Mark Wedel]
Instead of calling the XpmCreatePixmapFromWherever function for all
2000 or so pixmaps, create a large montage of pixmaps (stored as something
like crossfire.pix1, crossfire.pix2, etc.)
"good" idea.. solves colormap problems, and a few other things..
one thing that is rather NASTY is... how do you _create_ it?
that's a HUUUUGE file. completely unmanageable with pixmap, or xpaint, or
anything else.
You'd have to write a fairly intelligent routine to take a collection of
pixmaps, and put them into a single xpm file.
On the brighter side, once you HAVE the routine, you only have to
distribute the "One True Pixmap", and then released will be nicely
standard :-)