-
…e wrong usage of dispatch_apply
-
added CMYK unsupported color space model
-
Fixes a bug where image scale & orientation are ignored when decoding / decompressing an image.
-
Add CocoaPods support for tvOS
-
Fix compilation error introduced in commit 6406d8e5
-
- Removes recursive calls to startPrefetchingAtIndex. - Uses dispatch_apply with striding to optimize the performance.
-
…m/library/mac/documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingMethods.html
-
Memory usage upgrade
-
Add support for tvOS
-
iOS 9 App Transport Security Demo Target
-
fixed ios 9 load images caused by new App Transport Security feature
-
The issue was: since CocoaPods 0.38.0, the way pod headers are created on disk changed (see for example https://github.com/core-plot/core-plot/issues/204). This caused the webp/decode.h file to be unaccessible from CocoaPods installations. We could not change the import to libwebp/webp/decode.h since our git clone installation would then fail (as the path for that is Vendors/libwebp/src/webp). The solution was to rely on the COCOAPODS macro to make 2 different imports for Cocoapods and the other installation type.
-
spelling
-
autorelease the bitmap context for clearing cache when memory warnings
-
append the original path extension to the hash filename. closes #967
-
don't to perform download if url is "" but not nil
-
don't to perform download if url is "" but not nil
-
sometimes user may pass @"" as url to sdwebimage to download, now it will also run NSURLConnection and try to download, actually there is no need to do this. I think maybe use url.absoluteString.length == 0 to avoid that url is not nil but a empty string will be better
-
Added a new constructor to SDWebImagePrefetcher
-
that allows it to be instantiated with any image manager