<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 25, 2022, 10:35 AM Esme Povirk (she/they) <<a href="mailto:esme@codeweavers.com">esme@codeweavers.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">gdiplus uses windowscodecs for image file loading and saving, so it<br>
probably doesn't matter much which one you use.</blockquote></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto"><br></div><div dir="auto">Further testing revealed that invoking WIC for image conversion does not actually load (delay-imported) gdiplus on both Windows and Wine.</div><div dir="auto"></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>