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

Support webp extended format #11

Closed nkming2 closed 2 years ago

nkming2 commented 3 years ago

WebP extended format (link) consists of a different header layout. This patch makes WebpDecoder to first check the chunk header and read different bytes accordingly. Test case also included