-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It's well known that UIImagePickerController doesn't return the metadata of the photo after selection. However, a couple of apps in the app store (Mobile Fotos, PixelPipe) seem to be able to read the original files and the EXIF data stored within them, enabling the app to extract the geodata from…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for simple straightforward solution for accessing EXIF information of jpeg images in .Net. Does anybody has experience with this?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to write some code to extract Exif information from a JPG.
Exif is stored in the APP1 segment of a JPG file. According to the Exif spec, the format of the APP1 segment is supposed to start like this:
FF E1 // APP1 segment marker
nn nn // Length of segment
45 //…
>>> More
-
as seen on Super User
- Search for 'Super User'
I use Photoshop to batch convert my RAW files to JPG. I was wondering if there was a way to make it take different actions based on EXIF? With my particular camera lens, if I open it all the way to F1.7 there is noticeable vignetting, but stopping down smaller doesn't have that problem. What I'd like…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I add libiphone-exif.a to snapandrun in objectiveflickr I get this error:
".objc_class_name_EXFJpeg", referenced from:
literal-pointer@__OBJC@__cls_refs@EXFJpeg in SnapAndRunViewController.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I do not know what this means, I follow…
>>> More