Tagged Questions

27
votes
8answers
24k views

How to get the EXIF data from a file using C#

I would like to write a small program in C# which goes through my jpeg photos and, for example, sorts them into dated folders (using MY dating conventions, dammit...). Does anyone know a relatively ...
3
votes
4answers
1k 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 the depth of field? Or ...
1
vote
2answers
185 views

How to read Lightroom keywords from image file using PHP?

I have a photo community (www.jungledragon.com) that allows users to upload photos. My platform is PHP/CodeIgniter. As part of the upload process I'm already reading EXIF info using PHP's ...
0
votes
0answers
33 views

EXIF data for organizing a photo site

Is it possible to read the exif data of a jpg so i can order my images by the date they were shot verus uploaded or file name?
0
votes
0answers
160 views

How to calculate the Horizontal FOV of the image?

I want to calculate the Horizontal FOV (HFOV) of the image using the EXIF information of the image. (Images are taken from different cameras.) ...