-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6
-
None
-
generic
-
linux
The attached sameple code fails to ConvolOP the provided image. I suspect there is a problem with the image, but the BufferedImage can be written to a png and that looks right.
I filed a related bug 6671585 where the same image causes RescaleOp to memory fault.
This test worked with jdk 1.4 on Linux, but failes using 1.5 and 1.6 on Mac and Ubuntu.
ddhill@ddhill-desktop:~$ java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
I filed a related bug 6671585 where the same image causes RescaleOp to memory fault.
This test worked with jdk 1.4 on Linux, but failes using 1.5 and 1.6 on Mac and Ubuntu.
ddhill@ddhill-desktop:~$ java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
- duplicates
-
JDK-6585922 ImagingOpException from ConvolveOp when input BufferedImage is TYPE_3BYTE_BGR
-
- Resolved
-
- relates to
-
JDK-6671585 memory fault using RescaleOP
-
- Closed
-