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

[Discussions] What the practical sense for `needRotate` boolean? #30

Closed bambinoua closed 1 year ago

bambinoua commented 1 year ago

Content

What the practical sense for needRotate boolean? if I just need to know the size of image? Widht and height enough to know image orientation - portrait or landscape.