Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-126726

Make filter primitives use premultiplied alpha image format

XMLWordPrintable

    • 71cc30dc3 (dev), d15a73f56 (6.8), 67c983c12 (6.7)

      The equations used online in the SVG standard assume colors to be premultiplied by alpha. The current implementation use QImage::Format_RGBA8888. This means the output of each filter won't be alpha premultiplied, which can cause issues when passed as input to other filters that assume pre-multiplication by alpha.

        For Gerrit Dashboard: QTBUG-126726
        # Subject Branch Project Status CR V

            hatemelkharashy Hatem ElKharashy
            hatemelkharashy Hatem ElKharashy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes