PARINetwork / pari

Django/Wagtail based PARI webapp
http://ruralindiaonline.org
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

Obtain metadata of images automatically from the EXIF data #212

Open jemjoseph opened 7 years ago

jemjoseph commented 7 years ago

As an admin uploading images to PARI website I want the meta data of the images that I upload to be loaded to the website directly from the EXIF data of the image So that I do not have to type the data

Overview: While adding an image to the PARI website from the CMS, an admin is expected to provide information about multiple parameters like location, captured date, camera, photographer etc. Much of this information is present in the EXIF data of images which are stored in JPEG format. This story deals with loading the information to these parameters directly from EXIF, so that the admin does not have to type in this information.

In Scope:

Out of scope:

Acceptance Criteria: Given that I am an admin editing content on the CMS When I upload images from the CMS Then the information around Title, location, captured date and camera used should be captured from the EXIF data and displayed to me

Given that I am an admin editing content on the CMS When I upload images from the CMS Then I should be able to add manually, information for parameters apart from Title, location, captured date and camera

Given that I uploaded some images from the CMS When information is captured from the EXIF data Then I should be allowed to edit the captured information

Given that I uploaded some images from the CMS When any of the information required is not present in EXIF data of images Then I should be allowed to enter the information manually