[JAVA2D] Problem with Affine transform

2003-06-24 Thread Carlos Rodriguez
Hi: I am encountering a very bizarre problem while trying to scale a 16-bit UShort image using the AffineTransformOp class. Basically what happens is that, if I create a compatible destination image with the createCompatibleDestImage() method, when I actually call the filter method the resul

Re: [JAVA2D] Problem with Affine transform

2003-06-24 Thread Chris Campbell
Hi Carlos, I'm not entirely sure what you mean when you say the pixels are messed up, but it doesn't look like you're doing anything wrong. You may have hit a bug in AffineTransformOp. Please submit a bug report and attach a simple testcase that we can run to reproduce the problem. You may be ab

Re: [JAVA2D] Problem with Affine transform

2003-06-24 Thread Dmitri Trembovetski
It'd also help if you specify the jdk version you're using, and the platform you're running it on. Thank you, Dmitri On Tue, Jun 24, 2003 at 05:28:58PM -0700, Chris Campbell wrote: > Hi Carlos, > > I'm not entirely sure what you mean when you say the pixels are messed > up, but it d