Giter VIP home page Giter VIP logo

exif-js's People

Contributors

andrew-womeldorf avatar atotic avatar bartvanderwal avatar bokub avatar chrisbolin avatar danielbarela avatar dmarkow avatar freidemokrat avatar hiroyky avatar joeblynch avatar joeweiss avatar jseidelin avatar keathley avatar pankus avatar pducks32 avatar pugwonk avatar tian-zhihui avatar tinymins avatar townxelliot avatar weepy avatar

Watchers

 avatar

exif-js's Issues

Get metadata without strings

Currently, I can only get metadata tags as translated strings. The translation is per the following objects:

  • EXIF.Tags
  • EXIF.TiffTags
  • EXIF.GPSTags
  • EXIF.IFD1Tags
  • EXIF.StringValues

In my current case, I'm wanting to save the found metadata tags to a file and send them off to be read by another library (Pillow). The string mappings here do not necessarily translate 1:1.

It would be much more convenient to send the raw key:value pairs for each metadata tag, so that any other program could then read those.

This should be an option passed to EXIF-JS when calling getData().

getAllTags() should not return only exif tags

Currently EXIF.getAllTags() returns only EXIF tags. But this project now also is able to parse IPTC and XMP tags.

Modify EXIF.getAllTags() to return an object containing all of EXIF, IPTC, and XMP tags.

Additionally, make new getter methods for:

  • EXIF.getAllExifTags(), to get only EXIF tags.
  • EXIF.getAllIptcTags(), to get only IPTC Tags.
  • EXIF.getAllXmpTags(), to get only XMP tags.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.