amiantos/aislingeach

generate and store thumbnail to optimize gallery views

Closed this issue · 1 comments

generate and store thumbnail to optimize gallery views

Since images are small, and the image gallery grid is pretty large (e.g. 300 points at 3x is 900 already, a 512x512 image thumbnailed down any further would look not great at retina), it's actually pretty likely that this is unnecessary. We've already got automatic cell dequeuing and re-queuing, and I set up NSCache already to keep a flexible in-memory cache of the images to keep loading speedy. Worse case scenario eventually I can build in a size check and generate a smaller thumb on-demand for the NSCache'd and displayed version... anyway, closing this issue.