changeset in /hg/icedtea: 2007-11-15 Lillian Angel <langel at red...
Matthew Flaschen
matthew.flaschen at gatech.edu
Wed Nov 14 22:06:00 PST 2007
Lillian Angel wrote:
> * rt/com/sun/image/codec/jpeg/JPEGImageDecoder.java: Likewise.
In theory, it should be possible to replace all this JPEG code with
calls to javax.imageio.*
I started this by implementing createJPEGDecoder in the JPEGCodec class.
The stub of JPEGImageDecoder was actually incorrect, because the stub
was an (incomplete) class while JPEGImageDecoder is an interface
(http://java.sun.com/j2se/1.5.0/docs/guide/2d/api-jpeg/com/sun/image/codec/jpeg/JPEGImageDecoder.html).
So I wrote a proper JPEGImageDecoder interface, then used that
implement a private class in JPEGCodec, ImageIOJPEGImageDecoder.
Finally, I made a ImageFormatException stub to match the interface. The
files I worked on are attached as a hg diff.
Matt Flaschen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jpeg.diff
Type: text/x-patch
Size: 6269 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20071115/c68763d7/jpeg.diff
More information about the distro-pkg-dev
mailing list