gtk/gdk-pixbuf
Michael Fulbright 5749f310e4 Actually load the image handler when we determine the image type.
1999-10-29  Michael Fulbright  <drmike@redhat.com>

        * src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Actually
        load the image handler when we determine the image type.

        * src/gdk-pixbuf-io.[ch] (gdk_pixbuf_load_module): Changed the
        previously static function load_image_handler () to
        a public function gdk_pixbuf_load_module (). It is needed in
        gdk-pixbuf-loader.c to load image handler modules.  This function
        is different from gdk_pixbuf_get_module (), which only returns
        a reference to the required handler, because it actually loads
        the handler into memory. Both actions should possibly be combined
        in a convenience function since one w/o the other doesn't seem to
        make much sense.
1999-10-29 19:27:51 +00:00
..
.cvsignore
ChangeLog Actually load the image handler when we determine the image type. 1999-10-29 19:27:51 +00:00
gdk-pixbuf-cache.h
gdk-pixbuf-data.c
gdk-pixbuf-drawable.h
gdk-pixbuf-io.c Actually load the image handler when we determine the image type. 1999-10-29 19:27:51 +00:00
gdk-pixbuf-io.h Actually load the image handler when we determine the image type. 1999-10-29 19:27:51 +00:00
gdk-pixbuf-loader.c Actually load the image handler when we determine the image type. 1999-10-29 19:27:51 +00:00
gdk-pixbuf-loader.h
gdk-pixbuf-xform.c
gdk-pixbuf.c turned convenience macros into convenience 1999-10-28 19:00:02 +00:00
gdk-pixbuf.h New function to render a portion of a pixbuf to a drawable. Ignores alpha 1999-10-28 23:25:02 +00:00
gnome-canvas-pixbuf.c New function to threshold a pixbuf's alpha channel into a bitmap. 1999-10-27 23:36:44 +00:00
gnome-canvas-pixbuf.h
io-bmp.c
io-gif.c don't send a 0 length buffer. 1999-10-28 19:30:11 +00:00
io-jpeg.c
io-png.c New function to threshold a pixbuf's alpha channel into a bitmap. 1999-10-27 23:36:44 +00:00
io-tiff.c *src/io-tiff.c (image_begin_load): Finished the incremental loader. 1999-10-28 16:40:15 +00:00
io-xpm.c
Makefile.am New function to threshold a pixbuf's alpha channel into a bitmap. 1999-10-27 23:36:44 +00:00