image_size_getter 1.1.0 image_size_getter: ^1.1.0 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 #
1.1.0 #
What's Changed #
-
Support webp extended format by @nkming2 in https://github.com/CaiJingLong/dart_image_size_getter/pull/11
-
Http input by @CaiJingLong in https://github.com/CaiJingLong/dart_image_size_getter/pull/14
New Contributors #
- @nkming2 made their first contribution in https://github.com/CaiJingLong/dart_image_size_getter/pull/11
Full Changelog: https://github.com/CaiJingLong/dart_image_size_getter/compare/1.0.0...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.