On Mon, 26 Jul 2004 17:54:03 +0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> I would like to display jpeg images using pure gtk instead of using imlib or 
> gdk-pixbuf,
> because I want to keep my code as small as possible.
> As I know that imlib is quite big, and gdk-pixbuf contains gnome both of
> which I intend not to use them.

gdk-pixbuf does not need gnome. It's really quite a small library.

You can call libjpeg directly if you are determined to avoid
gdk-pixbuf: if you download the jpeg library sources there is some API
documentation in there.

John
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to