You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
Add allowsProgressiveImage property to DFImageRequestOptions
Add progressiveImageHandler to DFImageTask
Add allowsProgressiveImage and progressiveImageDecodingThreshold properties to DFImageManagerConfiguration
Add NSData argument to DFImageFetchingProgressHandler
Implement progressive image decoding in DFImageManagerImageLoader
Use progressiveImageHandler block in "UIImageView+DFImageManager" category and DFImageView, DFImageView no longer supports composite requests (that's very application specific)
Decoding:
Add DFProgressiveImageDecoder (private class)
Processing:
Enable processing of progressively decoded partial images; Results are not stored into memory cache
Add BOOL partial argument to DFImageProcessing protocol methods
https://www.airpair.com/ios/posts/loading-images-ios-faster-with-progressive-jpegs
https://code.facebook.com/posts/857662304298232/faster-photos-in-facebook-for-ios/
The text was updated successfully, but these errors were encountered: