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

Make filter primitives use premultiplied alpha image format

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes