interfasys / mediametadata

A cloud application which provides CRUD access to the metadata stored in images
GNU Affero General Public License v3.0
5 stars 1 forks source link

Extraction of EXIF data #16

Open imjalpreet opened 8 years ago

imjalpreet commented 8 years ago

@oparoz As we had discussed, we would focus on EXIF data to start with. So, we will begin with extracting the EXIF data at upload time and store it into the database.

To start with the extraction, first we have to finalize the fields that have to be extracted.

I have planned that once the extraction is finished for XMP and IPTC data as well, we will start with the writers for the three types of data.

I am ready for any suggestions.

imjalpreet commented 8 years ago

@oparoz I will continue the discussion regarding the fields in #5

imjalpreet commented 8 years ago

@oparoz I have pushed the code to extract priority 1 fields. The related PR is #24.