What's Changed
- Feat add no standard jpeg decoder by @CaiJingLong in #41
- feat: Add getSizeResult by @CaiJingLong in #42
Add new class:
class SizeResult
Add two methods:
- getSizeResult
- getSizeResultAsync
User need replace getSize
to getSizeResult
, getSizeAsync
to getSizeResultAsync
.
The old method getSize
and getSizeAsync
was marked @Deprecated
.
The SizeResult contains size
and decoder
, now user can know what decoder in the get size.
Full Changelog: library-2.1.3...library-2.3.0