mzsoft Member Feb 26, 2024 #1 hi. i used this example. B4X: MediaManager.SetMedia(pan, "https://isparta.github.io/compare-webp/image/gif_webp/webp/2.webp") MediaManager.TrimMediaCache but this show in log and not show image. B4X: *** Add a reference to WebP library and add SMM_WEBP to the build configuration *** Unexpected mime: image/webp
hi. i used this example. B4X: MediaManager.SetMedia(pan, "https://isparta.github.io/compare-webp/image/gif_webp/webp/2.webp") MediaManager.TrimMediaCache but this show in log and not show image. B4X: *** Add a reference to WebP library and add SMM_WEBP to the build configuration *** Unexpected mime: image/webp
Erel B4X founder Staff member Licensed User Longtime User Feb 26, 2024 #2 1. Find the WebP library and download it: https://www.b4x.com/android/forum/t...rk-for-images-videos-and-more.134716/#content 2. Add a reference to WebP. 3. Ctrl + B - add to build symbols: SMM_WEBP Upvote 0
1. Find the WebP library and download it: https://www.b4x.com/android/forum/t...rk-for-images-videos-and-more.134716/#content 2. Add a reference to WebP. 3. Ctrl + B - add to build symbols: SMM_WEBP