xa BUGS list:

-- MPEGs/multi-part GIFs aren't really "insert"ed
-- cannot add new images once loaded with -newcmap
   (reason: need image->data to construct histograms)
-- similarly, can't change image 0 for -onecmap
   (reason: need image->data to adjust color mapping)
-- although client image data is freed when using server pixmaps,
   the malloc pool size is not reduced, which can lead to page
   swapping by the host. Consequently it may be faster to load
   from a remote client if memory is tight on the server!
   (NOTE: this problem exists only for the -newcmap option which
   retains all the image data in XImage form to compute the new
   colormap before switching over to Pixmaps)
-- inefficiency: color data kept in memory even if -oneatatime
-- can't handle compressed multi-image (GIF/MPEG) files
-- need to uncompress compressed files when preprocessing (viz.
   when using the -1 option) to check for valid file types: this
   may slow things down a lot. A workaround: use -visualload

$Id: BUGS,v 1.5 1996/05/04 19:54:16 richards Exp $
