Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>There are a lot of ways to process Exif data in backend, but they all have their problem of supporting most of the camera.</p> </blockquote> <p>All the camera model/vendor <em>specific</em> data is under <code>MakerNote</code> tag group. Furthermore the data usually is in a proprietary binary format.</p> <p>You're on the right tracks with <a href="http://owl.phy.queensu.ca/~phil/exiftool/" rel="nofollow"><strong>ExifTool</strong></a>, as it currently <a href="http://owl.phy.queensu.ca/~phil/exiftool/TagNames/" rel="nofollow">supports</a> the widest variety of cameras: Canon, Casio, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.</p> <p>Another tool with wide camera support is OZHiker's <a href="http://www.ozhiker.com/electronics/pjmt/" rel="nofollow"><strong>PHP JPEG Metadata toolkit</strong></a>, which might suit you better (having "PHP in its name). It <a href="http://ozhiker.com/electronics/pjmt/jpeg_info/makernotes.html" rel="nofollow">supports</a>: Agfa, Canon, Casio, Epson, Fujifilm, Konica/Minolta, Kyocera/Contax, Nikon, Olympus, Panasonic, Pentax/Asahi, Ricoh and Sony.</p> <p>(see also a <a href="http://en.wikipedia.org/wiki/Exif#MakerNote_data" rel="nofollow">brief comparison on Wikipedia</a>)</p> <p>I've used ExifTool a lot and can really vouch for it. It is powerful for both read <strong>and</strong> write operations; even when dealing with proprietary data.</p> <p>Also note that ExifTool was last updated 04/2011 &mdash; while OZHiker's tool was 01/2005.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload