-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2, 6
-
None
-
b20
-
generic
-
generic, linux
The attached test case calls ConvolveOp.filter() on a BufferedImage which
is returned from ImageIO as TYPE_3BYTE_BGR. The test throws an exception as follows :
java ConvolveOpTest
Exception in thread "main" java.awt.image.ImagingOpException: Unable to convolve src image
at java.awt.image.ConvolveOp.filter(ConvolveOp.java:180)
at ConvolveOpTest.testConvolveIdentitySample(ConvolveOpTest.java:25)
at ConvolveOpTest.main(ConvolveOpTest.java:9)
is returned from ImageIO as TYPE_3BYTE_BGR. The test throws an exception as follows :
java ConvolveOpTest
Exception in thread "main" java.awt.image.ImagingOpException: Unable to convolve src image
at java.awt.image.ConvolveOp.filter(ConvolveOp.java:180)
at ConvolveOpTest.testConvolveIdentitySample(ConvolveOpTest.java:25)
at ConvolveOpTest.main(ConvolveOpTest.java:9)
- duplicates
-
JDK-6671593 failure with ConvolveOp
- Closed
- relates to
-
JDK-4886732 AffineTransformOp does not work properly for some of the rendering hints
- Closed