I'm looking for an open source photo gallery that allows to load photos from core data.
Here's what I want to do:
- Give the gallery a core data object with binary image data
- have the gallery inflate the image when it is time to display it
So far I was unable to find an open source gallery that does this. I tried to modify FGallery, but it crashes very often for me when I try to use core data as image sources. I'm unable to find out what's causing this behavior and have to abandon that approach.
I checked EGOPhotoViewer, but it only has support for local and network images.
Is there an open source photo gallery that is developed for images stored in core data ?
Your help is much appreciated.