fluttercandies / flutter_image_compress

flutter image compress
MIT License
633 stars 214 forks source link

[iOS] Fix: Converting from WebP causes app crash #222

Closed novikov-studio closed 1 year ago

novikov-studio commented 2 years ago

Unable converting from WebP to anything under iOS.

From UIImage docs: image objects support all platform-native image formats

From WebP type property docs: Available on iOS 14.0 and later

This PR uses SDWebImage to load source WebP image.

AlexV525 commented 2 years ago

Thanks for the contribution. Can you add usages to the example?

novikov-studio commented 2 years ago

Done.

AlexV525 commented 2 years ago

Great. Just wondering, is WebPs available for compress on Android at present (I'm not closely maintaining the plugin)?

novikov-studio commented 2 years ago

From my experience, webp-to-jpeg (with this plugin) works well on Android.

AlexV525 commented 1 year ago

Sorry for the late feedback. Thanks again. Merging.