ImageCacheResize icon indicating copy to clipboard operation
ImageCacheResize copied to clipboard

iOS library to manage Caches of images and Resize transformations

Results 5 ImageCacheResize issues
Sort by recently updated
recently updated
newest added

It looks like this project is an modification of SDWebImage. I would rather use it, when it takes SDWebImage as a dependency and build upon it further. (The last update...

"doubleSizeIfRetina" was added for some methods, but not for: `- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options andResize:(CGSize)size` and `- (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options andResize:(CGSize)size` Since these methods are called by...

It would be useful to support "completed". See: https://github.com/rs/SDWebImage#using-blocks I suppose supporting the latest version of SDWebImage would be a more appropriate option.

Hi, I tried using Image Cache Resize for updating images for my app, however i also have button images which has to be downloaded from an URL...so can i use...

If I download an image. If I resize it, the resized image is cached, but not the original. If I want to access the original later, it's not cached and...