Submitted by Anonymous on Tue, 09/18/2001 - 07:34. Developers
i just want generate gif byte stream from XImage,
Is there any simple examples or direct libs?
"Imlib" doesn`t support for write gif
Tue, 07/03/2012 - 11:58
#1
XImage->gif
There`s also something called GIMP which is good for image-manipulation and which may exist in linkable-library form.
You can also write out the image in a simple form such as PPM and then use a back-end tool to massage it into GIF (or a more suitable format for dense images).