-
better handling of colorspace models
-
progress callbacks now report on main thread
-
Import fixes from @mythodeia 's fork
-
use this: ```shouldDisableMemoryCache``` to toggle memory cache
-
``` [cell.imageView setShowActivityIndicatorView:YES]; [cell.imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; ```
-
when CGBitmapContextCreate is called
-
Cache tests
-
Custom disk cache path
-
Add an option called "SDWebImageAvoidAutoImageFill" to avoid automati…
-
A minor thing: Avoid compiler warning about the missing new line at the end of the file
-
This reverts commit 48d4adc2.
-
Fixing casing for #import "webp/decode.h"
-
working on case sensitive HDs
-
Fixed an issue that causes URLs with trailing parameters to be assign…
-
Applied patch for issue #1074
-
fix ImageIO: CGImageSourceCreateWithData data parameter is nil
-
add webp accepted content type only if WebP enabled
-
Add handling for additional error codes that shouldn't be considered a permanent failure
-
Fix for transparency being lost in transformed images.
-
apologies. yeah, #elseif was quite inappropriate for this case
-
libwebp submodule moved to another location
-
Revert "Fixes http://git.chromium.org/webm/libwebp.git/info/refs not …
-
…ition in UIImageView and let developer to do it himself
-
Send WebP as accepted content type only if it is enabled. In case it's not, stick with the standard formats in order to avoid the server sending us back WebP images.
-
Fixes http://git.chromium.org/webm/libwebp.git/info/refs not valid