kean / Nuke

Image loading system
https://kean.blog/nuke
MIT License
8.06k stars 527 forks source link

PHAsset / PHImageManager support #216

Closed larryonoff closed 5 years ago

larryonoff commented 5 years ago

Hello Nuke Community,

I recently started analysis of Image Caching libraries and really like Nuke frameworks. But the only thing that it misses is PHAsset / PHImageManager. So is there any plans to PHAsset / PHImageManager together with current functionality?

vmartinelli commented 5 years ago

Hi. I usually create custom (and private) URL schemes that work together with URLProtocol subclasses. This way I can access data from various sources using URL cacheable items (Nuke cacheable as well). Hope this can help.

larryonoff commented 5 years ago

@vmartinelli this's really great advice. Thank you!