This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new files: GdkPixbufDecoder.java, JNI backend


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

Attachment: GdkPixbufDecoder.java
Description: GdkPixbufDecoder java implementation

Attachment: gnu_java_awt_peer_gtk_GdkPixbufDecoder.c
Description: GdkPixbufDecoder C implementation


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]