<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 20 févr. 2022 à 18:43, Timothée Giet <<a href="mailto:animtim@gmail.com">animtim@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 20/02/2022 à 18:35, Johnny Jazeix a écrit :<br>
> Branch work/webp.<br>
><br>
> The conversion seems to have moved the images a little bit, it should<br>
> be fixable by updating the coordinates.<br>
> I tested on Windows and Linux.<br>
><br>
> The plugin was already shipped, so we don't even lose the 500ko of it.<br>
<br>
Nice ! Though I think we will also need to ship libwebp, at least on<br>
some operating systems which don't have it by default...<br>
<br>
<a href="https://doc.qt.io/qt-5/qtimageformats-attribution-libwebp.html" rel="noreferrer" target="_blank">https://doc.qt.io/qt-5/qtimageformats-attribution-libwebp.html</a><br>
<br></blockquote><div><br></div><div>If I'm not wrong, they mean that they use an internal libwebp if there is none in the system (I guess when Qt is compiled)?<br></div><div><br></div><div>nm -D ~/Qt/5.12.5/android_armv7/plugins/imageformats/libqwebp.so <br></div><div>000139d1 T WebPDecodeARGB</div><div>...</div><div><br></div><div>
Exported symbols are indicated by a <code>T</code>.<br></div><div>
Required symbols that must be loaded from other shared objects have a <code>U</code>.</div><div><br></div><div>Here we have a T and this function is one of libwebp, so it should be fine.</div><div><br></div><div>Johnny<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
><br>
> Cheers,<br>
><br>
> Johnny<br>
<br>
</blockquote></div></div>