Skip to content

A cloud application which provides CRUD access to the metadata stored in images

License

Notifications You must be signed in to change notification settings

interfasys/mediametadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media Metadata

Description

A cloud application, which provides CRUD access to the metadata stored in media files.

Images can contain extra information embedded in their header. The goal of this app is to extract that information at upload time and to store it in the database so that it can be used later by other cloud apps.

The three main types of metadata extracted in this application are as follows:

  • EXIF Metadata
  • IPTC Metadata [Not Implemented Yet]
  • XMP Metadata [Not Implemented Yet]

Here is the list of fields that we are currently or intend on extracting:

  • Date and Time
  • GPS Location and Coordinates
  • Image Width and Image Height
  • Image Orientation
  • Camera Make
  • Camera Model
  • Image Description
  • Creator
  • User Comments

The information can be retrieved by calling a service from within an app or by using the REST API.

Maintainers

This project was developed during the Google Summer of Code 2016

About

A cloud application which provides CRUD access to the metadata stored in images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages