image_size_getter 2.4.0 copy "image_size_getter: ^2.4.0" to clipboard
image_size_getter: ^2.4.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.4.0 #

  • Add isExtensionSupported to BaseDecoder

2.3.0+1 #

  • Docs: Add docs for dartdoc.

2.3.0 #

Feature:

  • Add getSizeResult for SizeResult

2.2.0 #

Feature:

  • Add non-standard jpeg decoder

2.1.3 #

Fix:

  • Support lossless WebP (#38)

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.

135
likes
150
points
540k
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

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)
Contributing

Topics

#image #metadata #size #performance

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, hashcodes, meta

More

Packages that depend on image_size_getter