image_size_getter 2.1.2 copy "image_size_getter: ^2.1.2" to clipboard
image_size_getter: ^2.1.2 copied to clipboard

Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.

CHANGELOG #

2.1.2 #

Fix:

  • Support gif 87a type [#23] [#24].

2.1.1 #

2.1.0 #

Feature:

  • Add needRotate for Size

What's Changed: - Add needRotate for Size by @CaiJingLong in https://github.com/CaiJingLong/dart_image_size_getter/pull/20

Full Changelog: https://github.com/CaiJingLong/dart_image_size_getter/compare/http_input-2.0.0...library-2.1.0

2.0.0 #

New feature:

  • Refactored the code and removed the AsyncImageSizeGetter class.
  • We can customize the decoder.

1.1.0 #

1.0.0 #

Null safety version.

0.3.0 #

Support get size of async input of image.

0.2.1 #

Update dependency. Fix readme.

0.2.0 #

Support memory type.

Breaking change: Fix: type of ImageSizeGetter

0.1.1 #

FIx jpeg format.

0.1.0 #

Initial version.

101
likes
110
pub points
97%
popularity

Publisher

verified publisherkikt.top

Get image width and height, the library does not completely decode the image file, just read the metadata to get the image width and height.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, hashcodes

More

Packages that depend on image_size_getter