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

ImageJ: OpenJdk has problems with JPEGImageEncoder

2008-09-23 Thread Andreas Tille
Hi, the ImageJ image viewer will be now maintained by the Debian Med Packaging Team because this viewer is relevant for medical care. The package is currently in contrib because it only builds with sun-java. The effort to compile it with openjdk-6-jdk failed with the following problem: make[1]: