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

heic: return size from largest ispe box #35

Open nbonamy opened 10 months ago

nbonamy commented 10 months ago

Images can have multiple ispe boxes (thumbnails...)

CaiJingLong commented 8 months ago

Sorry for seeing this so late, can you provide a heic file for the multiple ispe? Add the sample file to the test folder and write the unit test.


In addition, you said that thumbnails may exist in multiple boxes, so how to distinguish which box has a thumbnail? How reliable is the method of traversing and taking the maximum?