Francis Kung wrote:
Hello,

The attached patch gets java.awt.image.AffineTransformOp working and
compatible with the reference implementation; mauve tests have also been
committed for this class.

I'm not sure if I have the best interpolation algorithms here
(especially for bicubic) - it works, but it's slow... so if anyone has a
better algorithm, I'd be happy to see it.  Otherwise, is this good to
commit?

Have you done performance/quality comparisons of your interpolation algorithms with the reference implementation's? That's probably a good metric for what is acceptable performance. That said, since the behaviour is correct, it's fine to commit this now, if you'd like to improve performance later in a separate patch.

Tom

Reply via email to