1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Exiv2: nikonmn.hpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>nikonmn.hpp File Reference</h1>Nikon MakerNote formats. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="types_8hpp.html">types.hpp</a>"</code><br>
<code>#include "<a class="el" href="makernote_8hpp.html">makernote.hpp</a>"</code><br>
<code>#include "<a class="el" href="tags_8hpp.html">tags.hpp</a>"</code><br>
<code>#include <string></code><br>
<code>#include <iosfwd></code><br>
<code>#include <memory></code><br>
<p>
Include dependency graph for nikonmn.hpp:<p><center><img src="nikonmn_8hpp__incl.png" border="0" usemap="#nikonmn.hpp_map" alt=""></center>
<map name="nikonmn.hpp_map">
<area href="types_8hpp.html" shape="rect" coords="312,207,392,231" alt="">
<area href="makernote_8hpp.html" shape="rect" coords="154,157,263,181" alt="">
<area href="tags_8hpp.html" shape="rect" coords="172,59,244,83" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="nikonmn_8hpp__dep__incl.png" border="0" usemap="#nikonmn.hppdep_map" alt=""></center>
<map name="nikonmn.hppdep_map">
<area href="mn_8hpp.html" shape="rect" coords="152,6,219,30" alt="">
</map>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html">Exiv2</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1Nikon1MakerNote.html">Exiv2::Nikon1MakerNote</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> format used by Nikon cameras, such as the E990 and D1. <a href="classExiv2_1_1Nikon1MakerNote.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1Nikon2MakerNote.html">Exiv2::Nikon2MakerNote</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A second <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> format used by Nikon cameras, including the E700, E800, E900, E900S, E910, E950. <a href="classExiv2_1_1Nikon2MakerNote.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classExiv2_1_1Nikon3MakerNote.html">Exiv2::Nikon3MakerNote</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A third <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> format used by Nikon cameras, e.g., E5400, SQ, D2H, D70. <a href="classExiv2_1_1Nikon3MakerNote.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">MakerNote::AutoPtr </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#73c138c10cd1197ff16c5da6f1bb198d">Exiv2::createNikonMakerNote</a> (bool alloc, const <a class="el" href="namespaceExiv2.html#16f60a5bd4207fe155f6cf93a15efa72">byte</a> *buf, long len, <a class="el" href="namespaceExiv2.html#94c225faf6d6c611a3828fae1c28efa6">ByteOrder</a> byteOrder, long offset)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return an auto-pointer to a newly created empty <a class="el" href="classExiv2_1_1MakerNote.html">MakerNote</a> initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted. <a href="#73c138c10cd1197ff16c5da6f1bb198d"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Nikon MakerNote formats.
<p>
The Nikon MakerNote formats are implemented according to the following references<br>
Format 1: <ul>
<li>
<a href="http://www.tawbaware.com/990exif.htm">MakerNote EXIF Tag of the Nikon 990</a> by Max Lyons</li>
</ul>
Format 2: <ul>
<li>
"Appendix 2: Makernote of Nikon" of the document <a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html">Exif file format</a> by TsuruZoh Tachibanaya</li>
</ul>
Format 3: <ul>
<li>
"EXIFutils Field Reference Guide" </li>
<li>
<a href="http://www.ozhiker.com/electronics/pjmt/jpeg_info/nikon_mn.html#Nikon_Type_3_Tags">Nikon Type 3 Makernote Tags Definition</a> of the PHP JPEG Metadata Toolkit by Evan Hunter </li>
<li>
Nikon tag information from <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/">ExifTool</a> by Phil Harvey </li>
<li>
Email communication with <a href="http://www.rottmerhusen.com">Robert Rottmerhusen</a> </li>
</ul>
<p>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>669 </dd></dl>
</dd></dl>
<dl compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>17-May-04, ahu: created<br>
25-May-04, ahu: combined all Nikon formats in one component </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:26 2006 for Exiv2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|