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 heic decode #28

Closed CaiJingLong closed 1 year ago

Mayb3Nots commented 1 year ago

Hi @CaiJingLong! Thanks for your hard work for implementing HEIC support. But may I ask why did you implement it in a new package instead of adding it straight into the main package as an additional decoder and make it work straight out of the box?