Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I would like to print details such as the ISO, date taken, resolution etc. of a UIImage and print them onto the console using NSLog and I was wondering if there's any frameworks that would allow me to get the 'meta' of a UIImage?
Maybe this will be of some help for you:
http://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CGImageSource/Reference/reference.html#//apple_ref/doc/uid/TP40001399
Add a comment