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

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

                Created:
                Updated:
                Resolved: