#1111, #933: Added Casio makernote doc.

v0.27.3
Andreas Huggel 10 years ago
parent b44dcdb220
commit 6b353f3ff6

@ -54,6 +54,8 @@ TABLES = Exif \
CanonFi \ CanonFi \
CanonPa \ CanonPa \
CanonPr \ CanonPr \
Casio \
Casio2 \
Fujifilm \ Fujifilm \
Minolta \ Minolta \
MinoltaCsNew \ MinoltaCsNew \

@ -4,6 +4,7 @@
</ul> </ul>
<ul> <ul>
<li><a href="tags-canon.html"><span>Canon</span></a></li> <li><a href="tags-canon.html"><span>Canon</span></a></li>
<li><a href="tags-casio.html"><span>Casio</span></a></li>
<li><a href="tags-fujifilm.html"><span>Fujifilm</span></a></li> <li><a href="tags-fujifilm.html"><span>Fujifilm</span></a></li>
<li><a href="tags-minolta.html"><span>Minolta</span></a></li> <li><a href="tags-minolta.html"><span>Minolta</span></a></li>
<li><a href="tags-nikon.html"><span>Nikon</span></a></li> <li><a href="tags-nikon.html"><span>Nikon</span></a></li>

@ -30,13 +30,22 @@
<td>Some CR2 images have a non-zero next-IFD pointer</td> <td>Some CR2 images have a non-zero next-IFD pointer</td>
</tr> </tr>
<tr> <tr>
<td>Casio</td> <td>CASIO</td>
<td>IFD</td> <td>IFD</td>
<td>-</td> <td>None</td>
<td>-</td> <td>&nbsp;</td>
<td>-</td> <td>&nbsp;</td>
<td><a href="#R4">[4]</a></td> <td><a href="#R4">[4]</a></td>
<td>Not supported by Exiv2 yet</td> <td>&nbsp;</td>
</tr>
<tr>
<td>CASIO</td>
<td>IFD, at offset 6</td>
<td>"QVC\0\0\0"</td>
<td>Big-endian (MM)</td>
<td>Relative to the beginning of the makernote</td>
<td><a href="#R4">[4]</a></td>
<td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td>FUJI</td> <td>FUJI</td>

@ -79,6 +79,7 @@ __makernotes__
PHP JPEG Metadata Toolkit</a> by Evan Hunter<br> PHP JPEG Metadata Toolkit</a> by Evan Hunter<br>
<a name="R10">[10]</a> <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a>, the most complete and up-to-date tool for reading and writing meta information in image files, by Phil Harvey<br> <a name="R10">[10]</a> <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a>, the most complete and up-to-date tool for reading and writing meta information in image files, by Phil Harvey<br>
<a name="R11">[11]</a> <a href="http://www.gvsoft.homedns.org/exif/makernote-pentax-type3.html">EXIF: Pentax type3 Makernotes</a> by Ger Vermeulen</p> <a name="R11">[11]</a> <a href="http://www.gvsoft.homedns.org/exif/makernote-pentax-type3.html">EXIF: Pentax type3 Makernotes</a> by Ger Vermeulen</p>
<a name="R12">[12]</a> <a href="http://www.gvsoft.homedns.org/exif/makernote-casio-type1.html">Casio MakerNote Information</a>
</div> </div>
<!-- closes content --> <!-- closes content -->

@ -0,0 +1,32 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<p>There are two different Casio MakerNote formats. Exiv2 will automatically detect the correct format for the Exif data from a particular Casio camera model.
References: <a href="makernote.html#R9">[9]</a>, <a href="makernote.html#R10">[10]</a>, <a href="makernote.html#R12">[12]</a>.</p>
<h2>Casio (format 1) MakerNote Tags defined in Exiv2</h2>
<div>
<p>Tags found in the MakerNote of images taken with older Casio cameras.</p>
<p>Click on a column header to sort the table.</p>
</div>
__Casio__
<br>
<h2>Casio (format 2) MakerNote Tags defined in Exiv2</h2>
<div>
<p>Tags found in the MakerNote of images taken with newer Casio cameras.</p>
<p>Click on a column header to sort the table.</p>
</div>
__Casio2__
<br>
</div>
<!-- closes content -->
</body>
</html>

@ -6,6 +6,8 @@ TABLES = Exif \
CanonPi \ CanonPi \
CanonFi \ CanonFi \
CanonPa \ CanonPa \
Casio \
Casio2 \
Fujifilm \ Fujifilm \
Minolta \ Minolta \
MinoltaCsNew \ MinoltaCsNew \

@ -76,6 +76,8 @@ __makernotes__
Various Makernote specifications</a> from the <a href="http://www.ozhiker.com/electronics/pjmt/index.html"> Various Makernote specifications</a> from the <a href="http://www.ozhiker.com/electronics/pjmt/index.html">
PHP JPEG Metadata Toolkit</a> by Evan Hunter<br> PHP JPEG Metadata Toolkit</a> by Evan Hunter<br>
<a name="R10">[10]</a> <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a>, the most complete and up-to-date tool for reading and writing meta information in image files, by Phil Harvey</p> <a name="R10">[10]</a> <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a>, the most complete and up-to-date tool for reading and writing meta information in image files, by Phil Harvey</p>
<a name="R11">[11]</a> <a href="http://www.gvsoft.homedns.org/exif/makernote-pentax-type3.html">EXIF: Pentax type3 Makernotes</a> by Ger Vermeulen</p>
<a name="R12">[12]</a> <a href="http://www.gvsoft.homedns.org/exif/makernote-casio-type1.html">Casio MakerNote Information</a>
</div><!-- /.container --> </div><!-- /.container -->
__footer__ __footer__

@ -64,6 +64,7 @@ __navbar__
<ul> <ul>
<li><a href="tags.html">Standard Exif tags</a></li> <li><a href="tags.html">Standard Exif tags</a></li>
<li><a href="tags-canon.html">Canon MakerNote tags</a></li> <li><a href="tags-canon.html">Canon MakerNote tags</a></li>
<li><a href="tags-casio.html">Casio MakerNote tags</a></li>
<li><a href="tags-fujifilm.html">Fujifilm MakerNote tags</a></li> <li><a href="tags-fujifilm.html">Fujifilm MakerNote tags</a></li>
<li><a href="tags-minolta.html">Minolta MakerNote tags</a></li> <li><a href="tags-minolta.html">Minolta MakerNote tags</a></li>
<li><a href="tags-nikon.html">Nikon MakerNote tags</a></li> <li><a href="tags-nikon.html">Nikon MakerNote tags</a></li>

@ -0,0 +1,32 @@
__doctype__
<html lang="en">
__header4__
<body>
__navbar__
<div class="container">
<div class="page-header">
<h1>Metadata reference tables</h1>
</div>
<p>There are two different Casio MakerNote formats. Exiv2 will automatically detect the correct format for the Exif data from a particular Casio camera model.
References: <a href="makernote.html#R9">[9]</a>, <a href="makernote.html#R10">[10]</a>, <a href="makernote.html#R12">[12]</a>.</p>
<h2>Casio (format 1) MakerNote Tags defined in Exiv2</h2>
<div>
<p>Tags found in the MakerNote of images taken with older Casio cameras.</p>
</div>
__Casio__
<br>
<h2>Casio (format 2) MakerNote Tags defined in Exiv2</h2>
<div>
<p>Tags found in the MakerNote of images taken with newer Casio cameras.</p>
</div>
__Casio2__
<br>
</div><!-- /.container -->
__footer__
__bootstrap__
</body>
</html>
Loading…
Cancel
Save