-
…e the animated images was set
-
Added missing param in storeImage examples
-
Feature query cache options
-
Currently is used for FLAnimatedImage
-
Update the spec file to define the dependency version for libwebp
-
Remove the extra memory warning notification for AutoPurgeCache
-
If a GIF image has no Netscape 2.0 loop extension, it is meant to play once and then stop
-
Fix that 0 pixels error should be used when width OR height is zero but not AND
-
Avoid user accidentally invalidates the session used in shared downloader
-
Adopt the current requirement, change ImageIO coder's canDeocdeFromHEIC to actual implementation
-
Fix Clang Static Analyzer warning for number nil check from Xcode 9.2
-
When store image with no data for SDImageCache, check whether it contains alpha to use PNG or JPEG format
-
…to use PNG or JPEG format
-
Use a copy-weak maptable for operations stored in UIView(WebCacheOperation) category to avoid retain of operation, and also use lock to keep thread-safe
-
…s, avoid extra retain of operation instance
-
…gory to avoid retain of operation, and also use lock to keep thread-safe
-
Fix progressive WebP decoding by creating data provider with actual data size
-
Add a SDWebImageExternalCustomManagerKey context arguments to allow user to custom image manager for UIView category
-
…om image manager for UIView category to avoid build from scratch
-
Revert changes for FLAnimatedImage performance enhancement.
-
Allow custom SDWebImageDownloaderOperation to handle HTTP redirect