new files: GdkPixbufDecoder.java, JNI backend

graydon hoare graydon@redhat.com
Thu Aug 28 22:22:00 GMT 2003


Hi,

This post is a companion for the GdkGraphics2D file I wrote. It
decodes pixel data from image streams using a GdkPixbufLoader object,
a standard part of GDK. The interface can be used both as a
progressive loader (from an asynchronous painting thread) or, via a
utility method at the end of the class, as a plain producer of
BufferedImage objects.

comments?

-graydon

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: GdkPixbufDecoder.java
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/5b07efc2/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gnu_java_awt_peer_gtk_GdkPixbufDecoder.c
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20030828/5b07efc2/attachment.c>


More information about the Java-patches mailing list