Investigate decode to scale support for non-JPEG image formats. |
|
Issue descriptionThe compositor pipeline now uses decode to scale if supported by the decoder, with each ImageDecoder implementation providing a list of sizes that it can decode to using ImageDecoder::GetSupportedDecodeSizes. Currently this is limited to the JPEGImageDecoder since libjpeg natively supports upto 1/8 downscales. We should investigate if this can be added for other image formats too. |
|
►
Sign in to add a comment |
|