SDWebImage/SDWebImage
Javier Soto 487db1b385 Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image.
This removes an error that was making CGBitmapContext return NULL with some images:
<Error>: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 32 bits/pixel; 3-component color space; kCGImageAlphaLast; 400 bytes/row.
2012-10-12 13:43:33 -07:00
..
MKAnnotationView+WebCache.h Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
MKAnnotationView+WebCache.m Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
SDImageCache.h Add the ability to set max cache age. 2012-09-07 01:20:13 +02:00
SDImageCache.m Add the ability to set max cache age. 2012-09-07 01:20:13 +02:00
SDImageCacheDelegate.h Add appledoc comments 2012-05-10 14:07:38 +02:00
SDWebImageCompat.h Fix some typos/misses (fix #119) 2012-05-14 08:45:09 +02:00
SDWebImageDecoder.h Merge branch 'rebasedMaster' of https://github.com/cbowns/SDWebImage into cbowns-rebasedMaster 2012-05-12 00:26:55 +02:00
SDWebImageDecoder.m Creating the CGBitmapContext with the right bytes per pixel and bitmap info depending on the original image. 2012-10-12 13:43:33 -07:00
SDWebImageDownloader.h Add appledoc comments 2012-05-10 14:07:38 +02:00
SDWebImageDownloader.m Non ARC fix 2012-09-07 01:14:10 +02:00
SDWebImageDownloaderDelegate.h Add appledoc comments 2012-05-10 14:07:38 +02:00
SDWebImageManager.h Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
SDWebImageManager.m Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
SDWebImageManagerDelegate.h Add support for setBackgroundImage:* in UIButton category (fix #121) 2012-05-14 11:17:30 +02:00
SDWebImagePrefetcher.h Fix some typos/misses (fix #119) 2012-05-14 08:45:09 +02:00
SDWebImagePrefetcher.m Fix some typos/misses (fix #119) 2012-05-14 08:45:09 +02:00
UIButton+WebCache.h Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
UIButton+WebCache.m Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
UIImageView+WebCache.h Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00
UIImageView+WebCache.m Add a cached parameter to the success block to tell the receiver if the image came from cache or network #181 2012-09-07 23:00:50 +02:00