简体   繁体   中英

How to get / set jpeg exif data with objective c - mac os

Currently trying to extract and manipulate the exif (or whatever meta data a Canon camera produces on an image)

Is there any specific library that I can use to process this data?

Note: Am not developing an ios app, mac os to be specific.

Thanks!

http://libexif.sourceforge.net/ appears to be a common C library for exif data. (First result on Google search for 'exif c')

There seems to be a few C++ libraries, but no pure Objective-C that I could find easily

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM