Added progressive animation loading. Added progressive animation loading.

2000-01-07  Jonathan Blandford  <jrb@redhat.com>

	* gdk-pixbuf/gdk-pixbuf-io.c: Added progressive animation loading.
	* gdk-pixbuf/gdk-pixbuf-io.h: Added progressive animation loading.
	* gdk-pixbuf/gdk-pixbuf-loader.c: Added progressive animation
	loading.
	* gdk-pixbuf/gdk-pixbuf-loader.h: Added progressive animation
	loading.
	* gdk-pixbuf/io-gif.c (image_load_increment): I think the
	ref-counting mess is finally fixed.  Added progressive animation
	loading.

I think progressive animation loading all works now.  It's all
documented too, if anyone wants to play with it.
This commit is contained in:
Jonathan Blandford
2000-01-07 18:29:13 +00:00
committed by Jonathan Blandford
parent 0e86d28026
commit 84c85a1a11
10 changed files with 170 additions and 38 deletions

View File

@ -23,8 +23,11 @@ Rendering a pixbuf to a GDK drawable.
<important>
<para>
Since these functions use GdkRGB for rendering, you must
initialize GdkRGB before using any of them. You can do this by
calling gdk_rgb_init() near the beginning of your program.
initialize GdkRGB before using any of them. If you are using
GNOME, gnome_init() will do this for you automatically.
Otherwise, you can do this by calling gdk_rgb_init() near the
beginning of your program.
</para>
</important>