Hi,
The attached patch (committed) fixes the AffineTransformOp for images
with float/double datatypes, and also provides a 30% - 50% speedup in
filtering (cacao is also about 3 times faster than jamvm, for anyone who
may be wondering).
Cheers,
Francis
2006-09-08 Francis Kung <[EMAIL PROTECTED]>
* java/awt/image/AffineTransformOp.java: Updated documentation.
(createCompatibleDestRaster): Updated formatting.
(filter(BufferedImage, BufferedImage)): Updated formatting.
(filter(Raster, WritableRaster)): Delegated processing to native peers
for
if colour model is compatible.
(filterBicubic): Get entire pixel at once, and use appropriate array
type.
(filterBilinear): Get entire pixel at once, and use appropriate array
type.