pywebp icon indicating copy to clipboard operation
pywebp copied to clipboard

width and height in WebPData?

Open recsater opened this issue 10 months ago • 3 comments

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

recsater avatar Aug 18 '23 05:08 recsater