Tagged Questions

3
votes
4answers
331 views

Storing EXIF information in Database

What's the best way to store EXIF data from photos in a Database (MySQL in my case). This is for a photo sharing site. What are the most important Tags, and what are discardable? …
0
votes
3answers
103 views

Use PHP or Perl to properly rotate JPEG images

I used F-Spot on Ubuntu to rotate some photos (JPEG files) before I FTPed them up to my website. This seemed to work just fine. However, if those images are opened in a web browser …
7
votes
5answers
750 views

Exif manipulation library for python

I'm looking for good exif (Exchangeable image file format) manipulation library for python. I prefer flexibility (e.g., ability to retrieve providers' proprietary tags) than proces …
0
votes
3answers
56 views

Exif and iPhone files

Im using a library for extracting EXIF data from google code. I assume with iPhone OS 3 that you can use UIImagepicker to do it. I just want to be able to extract the f-Stop, Shut …
0
votes
1answer
17 views

Access EXIF data in a NEF (Nikon) file

How can I access the EXIF data stored in a Nikon NEF file? I can't seem to find a lib that will allow me to extract some basic information from the metadata. (Preferably without …
0
votes
1answer
87 views

Exiv2 in 64-bit (or another EXIF writer)

I need a non-destructive way of adding EXIF tags to jpeg images from .NET code. So far I have found Exiv2 and the .NET wrapper Exiv2net that works well when adding or updating tags …
6
votes
4answers
512 views

UIImagePickerController and extracting EXIF data from existing photos

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 …
0
votes
3answers
170 views

To geo-tag a photo, what attributes are required? More than lat/lon?

I am trying to geo-tag photos taken with the iPhone camera. Since I'm not saving the photos to the camera roll, the photos do not have any EXIF data. So, what elements are require …
0
votes
3answers
131 views

How to get EXIF data from my jpegs?

I have to link a date and a name to some jpegs that I am including in my bundle, or possibly downloading from my own server to the Documents folder. Is there a way to extract EXIF …
1
vote
3answers
70 views

How can I extract EXIF data using PerlMagick?

I'm currently using Perl Magick http://www.imagemagick.org/script/perl-magick.php, the perl interface to Image Magick http://www.imagemagick.org, to process & convert photos th …
6
votes
3answers
117 views

How to use PIL to resize and apply rotation EXIF information to the file ?

Hello, I am trying to use Python to resize picture. With my camera, files are all written is landscape way. The exif information handle a tag to ask the image viewer to rotate in …
0
votes
2answers
184 views

Is it possible to write or change EXIF data of images saved to iPhone photo library

I would like to add some custom data to an image the user generates in my app, no more than 1kb tops. I could probably hide the data in the image, but I want to do this in a way th …
1
vote
0answers
54 views

Error using the python jpeg module to write EXIF information to a jpeg file.

I am using PIL to resize some images. I would like to keep the EXIF information and I found here how to do so. But, I doesn't seams to work with my Nikon files : File "/Library/P …
2
votes
5answers
82 views

Is there some easy way to detect if a file has EXIF data?

Is there some cheap and reliable way to detect if an image file has EXIF data? Something like "read the first 100 bytes and search for EXIF substring" is highly preferable. I don't …
3
votes
3answers
154 views

How to know or calculate depth of field of a photo from EXIF tags?

I want to know the depth of field of a photo, preferably in cm or m. I know that we can know the camera setting by reading the EXIF tags, but is there a tag directly telling us th …

1 2 3 next
15 30 50 per page