download images with exif informations from flickr

948 Views Asked by At

i use the FlickR REST-API to download some images.

For this, i call: url_image="http://farm_id.staticflickr.com/server/id_secret_c.jpg;

the problem is that the downloaded file doesn't include exif data.

Is there a option to get the image with exif (For example date/time)?

Greetings

1

There are 1 best solutions below

0
On BEST ANSWER

You can get a photo's EXIF info using this method flickr.photos.getExif

Retrieves a list of EXIF/TIFF/GPS tags for a given photo. The calling user must have permission to view the photo

Then just use the info you need.