You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type: Native (C extension wrapping libwebp, libwebpmux, and libwebpdemux)
Description & Use Case
We need WebP image decoding and encoding support for mobile (Android/iOS) Flet apps.
Currently, on Android ARM64 builds, image processing libraries (such as Pillow or custom image pipelines) lack the underlying libwebp shared libraries and C bindings, resulting in UserWarning: image file could not be identified because WEBP support not installed when reading WebP images downloaded from CDNs (such as Instagram, Facebook, and modern web services).
Adding webp (or compiling Pillow with libwebp enabled in the serious-python/python-build toolchain) will allow seamless WebP image reading, writing, and processing on mobile.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Package Information
webplibwebp,libwebpmux, andlibwebpdemux)Description & Use Case
We need WebP image decoding and encoding support for mobile (Android/iOS) Flet apps.
Currently, on Android ARM64 builds, image processing libraries (such as Pillow or custom image pipelines) lack the underlying
libwebpshared libraries and C bindings, resulting inUserWarning: image file could not be identified because WEBP support not installedwhen reading WebP images downloaded from CDNs (such as Instagram, Facebook, and modern web services).Adding
webp(or compilingPillowwithlibwebpenabled in theserious-python/python-buildtoolchain) will allow seamless WebP image reading, writing, and processing on mobile.All reactions