Re: [JAVA2D] Problem with Affine transform

2003-06-26 Thread Carlos Rodriguez
> -Original Message- > From: Chris Campbell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 8:29 PM > To: Carlos Rodriguez > Cc: [EMAIL PROTECTED] > Subject: Re: [JAVA2D] Problem with Affine transform > > > Hi Carlos, > > I'm not entire

Re: [JAVA2D] Problem with Affine transform

2003-06-26 Thread Jamie Fraser
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA2D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". -Original Message- From: Michel Ivanovsky [mailto:[EMAIL PROTECTED] Sent

Re: [JAVA2D] Problem with Affine transform

2003-06-25 Thread Michel Ivanovsky
STOP SENDING US MESSAGES ! Carlos Rodriguez wrote: > 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

Re: [JAVA2D] Problem with Affine transform

2003-06-25 Thread Michel Ivanovsky
STOP SENDING US MESSAGES !!! Chris Campbell wrote: > 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

Re: [JAVA2D] Problem with Affine transform

2003-06-25 Thread Michel Ivanovsky
STOP SENDING US MESSAGES ! Dmitri Trembovetski wrote: > 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 enti

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

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

[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