[Webkit-unassigned] [Bug 200163] JPEGImageDecoder: use libjpeg-turbo RGBA output path even for Adobe transform=0 JPEGs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 28 20:36:41 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200163

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Hironori.Fujii at sony.com

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 374964
  --> https://bugs.webkit.org/attachment.cgi?id=374964
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=374964&action=review

> Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp:303
> +#if defined(TURBO_JPEG_RGB_SWIZZLE) && !defined(LIBJPEG_TURBO_SUPPORTS_CONVERSIONS_FROM_RGB)

libjpeg-turbo seems to have LIBJPEG_TURBO_VERSION_NUMBER.
Can you use it?
LIBJPEG_TURBO_VERSION_NUMBER < 1002001

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190729/9f8fc5b9/attachment.html>


More information about the webkit-unassigned mailing list