-
Bug
-
Resolution: Fixed
-
P3
-
17, 21, 22
-
b17
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8323403 | 21.0.3-oracle | Sergey Bylokhov | P3 | Resolved | Fixed | b01 |
JDK-8320273 | 21.0.2 | Sergey Bylokhov | P3 | Resolved | Fixed | b08 |
The code below works 10 times slower than converting the image pixel by pixel using ICC_ColorSpace.to/From.
=======
ColorConvertOp sharedOp = new ColorConvertOp(srcCS, dstCS, null);
BufferedImage dst = sharedOp.filter(src, null);
=======
=======
ColorConvertOp sharedOp = new ColorConvertOp(srcCS, dstCS, null);
BufferedImage dst = sharedOp.filter(src, null);
=======
- backported by
-
JDK-8320273 ColorConvertOp.filter for the default destination is too slow
- Resolved
-
JDK-8323403 ColorConvertOp.filter for the default destination is too slow
- Resolved
- links to
-
Commit openjdk/jdk21u/d603f8ae
-
Commit openjdk/jdk/e5f05b5a
-
Review openjdk/jdk21u/347
-
Review openjdk/jdk/14910
(1 links to)