jauharshaikh / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Improve Makernote support #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are a lot of different makernote tags out there.  Here is a great list:

http://gvsoft.homedns.org/exif/

Hand-coding classes for all of these formats may not be the best approach.  
Some analysis could be done to see whether this could be data-driven (say from 
an XML file, for example), either at runtime or design time via codegen.

Original issue reported on code.google.com by drewnoakes on 25 Apr 2011 at 10:00

GoogleCodeExporter commented 8 years ago
Another good resource is here:

http://www.ozhiker.com/electronics/pjmt/jpeg_info/makernotes.html

Please comment here to vote on what types of cameras have extra tags you'd like 
decoded.

Also, adding support for these makernotes is quite easy, and a great place to 
get started if you want to contribute to this library.

Original comment by drewnoakes on 1 May 2011 at 5:01

GoogleCodeExporter commented 8 years ago
Some improvements have been made to the sony makernotes.

Canon makernotes have also been extended, though they are very complex and 
there is still a lot of work that can be done.  This is a great resource for 
them:

http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Canon.html

Original comment by drewnoakes on 1 May 2011 at 10:34

GoogleCodeExporter commented 8 years ago
Another great resource for makernote data, showing sequences of bytes that may 
be used to determine which format a particular makernote is in.

http://owl.phy.queensu.ca/~phil/exiftool/makernote_types.html

Original comment by drewnoakes on 6 May 2011 at 2:25

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 20 May 2012 at 5:56

GoogleCodeExporter commented 8 years ago

Original comment by drewnoakes on 16 Oct 2012 at 4:05

GoogleCodeExporter commented 8 years ago
Support for Sony type 1 makernotes has been improved. This will be included in 
the next version (2.7.0 I expect.)

Original comment by drewnoakes on 30 Dec 2012 at 5:21

GoogleCodeExporter commented 8 years ago
Support for Fujifilm makernotes has been considerably improved and will be 
included in the next version.

Original comment by drewnoakes on 31 Dec 2012 at 3:36

GoogleCodeExporter commented 8 years ago
Support for Sanyo camera makernotes has been added.

Original comment by drewnoakes on 2 Jan 2013 at 6:01

GoogleCodeExporter commented 8 years ago
Olympus makernote directory is broken (Illegally sized directory), but I'm not 
sure whether it's because of the library or the picture itself. How to find out?

Original comment by apunda...@gmail.com on 28 Mar 2014 at 8:37

Attachments:

GoogleCodeExporter commented 8 years ago
This issue has been migrated along with the project to GitHub:

https://github.com/drewnoakes/metadata-extractor/issues/11

Original comment by drewnoakes on 19 Nov 2014 at 12:58