toptierlabs / ImageCacheResize

iOS library to manage Caches of images and Resize transformations
149 stars 34 forks source link

Doesn't cache full image #1

Open rsmoz opened 11 years ago

rsmoz commented 11 years ago

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 has to be downloaded again.

rsmoz commented 11 years ago

Also, if I pre-load images before I have to set my UIImageViews, they should be available when I call those same images when I need to set the resized versions.

toptierlabs commented 11 years ago

Hi, thanks for opening the issue. I will work on them next week.

rsmoz commented 11 years ago

What's the status on this update?

toptierlabs commented 11 years ago

Hi rsmoz,

I have been busy the last couple of weeks. I hope that I can work on it the next week.

Regards, Anthony

rsmoz commented 11 years ago

No rush.

Thanks so much for making this, it's fantastic.