Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8312191

ColorConvertOp.filter for the default destination is too slow

XMLWordPrintable

    • 2d
    • b17
    • generic
    • generic

        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);
        =======

              serb Sergey Bylokhov
              serb Sergey Bylokhov
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: