Re: [JAVA2D] quality image shrinking?

2002-10-24 Thread Chris Campbell
Hi Joseph, Sun's JDK (as of version 1.4.1) does not honor the BICUBIC hint. We hope to add bicubic interpolation in the Tiger release (1.5). For now your best bet is to use the BILINEAR hint. (RENDER_QUALITY will also result in bilinear interpolation; using both in conjunction will result in bi

[JAVA2D] quality image shrinking?

2002-10-24 Thread Joseph Panico
Hello, I'm trying to shrink some photos (mostly jpeg) and maintain a reasonable balance of performance and quality. Right now, the performance is acceptable and the quality isn't terrible, but it's not so hot. I'm at the point where I'm willing to trade a *little* performance for some quality gain