3 [Qt] ImageDecoderQt doesn't support some decoders.
4 https://bugs.webkit.org/show_bug.cgi?id=87851
5
6 Reviewed by NOBODY (OOPS!).
7
8 If forced to decode GIF and JPEG, ImageDecoderQt show several
9 artifacts. This is caused by mismatched decoded image-formats.
10
11 Convert mismatched color spaces into ARGB color space, and perform
12 manual mem-copy when the image has been decoded into a new buffer.
13
14 This patch also add support for down-scaling in the decoder.
15
16 * platform/graphics/qt/ImageDecoderQt.cpp:
17 (WebCore::ImageDecoderQt::internalDecodeSize):
18 (WebCore::ImageDecoderQt::internalHandleCurrentImage):
19
202012-05-30 Allan Sandfeld Jensen <allan.jensen@nokia.com>
21