OGImage icon indicating copy to clipboard operation
OGImage copied to clipboard

OGImage provides a simple abstraction for loading images from the network, processing them, and caching them locally.

Results 7 OGImage issues
Sort by recently updated
recently updated
newest added

Still working on tracking this down (and updating the unit tests to run on 64-bit devices…), but it looks like there are a couple of places that the code only...

Since we handle our own on-disk and in-memory caching, we want to prevent `NSURLCache` from caching any image responses.

bug

I've gotten a fair amount of feedback about KVO errors logging to console when observers aren't removed. I think we should document this better in the README but also consider...

We should be able to remove requests from the image processing queue.

enhancement

We should be able to remove requests from the networking queue.

enhancement

Here's what I'd like to be able to do: - Have a model object that has an image URL (a person's avatar, say). - When that object is loaded, begins...