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
I'm not sure that using WebPGetInfo would give a significant speed improvement over the above approach. I suppose it would be possible to add helper functions for retrieving the width and height directly from a WebPData instance, but it doesn't seem critical.
How about putting width, height information in WebPData?
Actually I think it's actually possible and ideal to get width and height after the next code.
webp_data = webp.WebPData.from_buffer(item)
https://developers.google.com/speed/webp/docs/api?hl=ko#simple_decoding_api
The text was updated successfully, but these errors were encountered: