[PATCH v5 4/4] shell32: Partially implement IShellItemImageFactory (icon only, no thumbnail).

Jin-oh Kang jinoh.kang.kr at gmail.com
Sun Apr 24 22:14:44 CDT 2022


On Mon, Apr 25, 2022, 10:35 AM Esme Povirk (she/they) <esme at codeweavers.com>
wrote:

> gdiplus uses windowscodecs for image file loading and saving, so it
> probably doesn't matter much which one you use.


After talk with Nikolay, I eventually choosed to stick with WIC mainly
because windowscodecs does not have startup/shutdown functions and thus
more light on side effects than gdiplus. The test in this patch series also
shows that Windows (probably) uses WIC for image conversion, not gdiplus.

Further testing revealed that invoking WIC for image conversion does not
actually load (delay-imported) gdiplus on both Windows and Wine.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220425/e7dc2e09/attachment.htm>


More information about the wine-devel mailing list