image_size_getter 2.2.0 image_size_getter: ^2.2.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 #
2.2.0 #
Feature:
- Add non-standard jpeg decoder
2.1.2 #
Fix:
- Support gif 87a type [#23] [#24].
2.1.1 #
- fix: remove debug value print calls from
jpeg_decoder
by @ZaLiTHkA in https://github.com/CaiJingLong/dart_image_size_getter/pull/21 - @ZaLiTHkA made their first contribution in https://github.com/CaiJingLong/dart_image_size_getter/pull/21
Full Changelog: https://github.com/CaiJingLong/dart_image_size_getter/compare/library-2.1.0...library-2.1.1
2.1.0 #
Feature:
- Add
needRotate
forSize
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 #
- 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.