Re: ImageJ: OpenJdk has problems with JPEGImageEncoder

2008-09-24 Thread Andreas Tille
On Wed, 24 Sep 2008, Mark Wielaard wrote: There is an attempt to recreate the package in IcedTea through an imageio wrapper. It is not yet finished though. http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=192 Thanks for the hint. Upstream just released a new version that uses ImageIO and

Re: ImageJ: OpenJdk has problems with JPEGImageEncoder

2008-09-24 Thread Mark Wielaard
On Tue, 2008-09-23 at 07:56 -0700, David Herron wrote: > > com.sun.image.codec.jpeg.JPEGImageEncoder - This is a private class, > not a public class, and we've always maintained freedom to > drop/change/modify private classes at any time. This was dropped. > This issue is upstream in the openjdk

Re: ImageJ: OpenJdk has problems with JPEGImageEncoder

2008-09-23 Thread Onkar Shinde
You may want to explore api available in javax.imageio.plugins.jpeg packages. I guess JPEGEncodeParam will be replaced by JPEGImageWriteParam. I could find one hopefully drop-in replacement api to fix 4 out of 5 errors. The method is setSourceSubsampling in IIOParam. I didn't find anything equiva

Re: ImageJ: OpenJdk has problems with JPEGImageEncoder

2008-09-23 Thread David Herron
com.sun.image.codec.jpeg.JPEGImageEncoder - This is a private class, not a public class, and we've always maintained freedom to drop/change/modify private classes at any time. This was dropped. This issue is upstream in the openjdk project. On the OpenJDK 2d-dev mailing list (no URL unfort