CaiJingLong / dart_image_size_getter

Use dart file api to get image size, needn't use decode. just read the metadata.
Apache License 2.0
64 stars 29 forks source link

webp size wrong #12

Closed ludoo0d0a closed 2 years ago

ludoo0d0a commented 3 years ago

Tried with https://upload.wikimedia.org/wikipedia/commons/b/b2/Vulphere_WebP_OTAGROOVE_demonstration_2.webp

it gives me : 52992x11 instead : 4032 × 3024

CaiJingLong commented 2 years ago

I think the issue fixed by #11.