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
|
<!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: mrwimage.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>mrwimage.hpp File Reference</h1>Minolta RAW image, implemented using the following references: <a href="http://www.dalibor.cz/minolta/raw_file_format.htm">Minolta Raw file format</a> by Dalibor Jelinek. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="exif_8hpp.html">exif.hpp</a>"</code><br>
<code>#include "<a class="el" href="iptc_8hpp.html">iptc.hpp</a>"</code><br>
<code>#include "<a class="el" href="image_8hpp.html">image.hpp</a>"</code><br>
<code>#include <string></code><br>
<p>
Include dependency graph for mrwimage.hpp:<p><center><img src="mrwimage_8hpp__incl.png" border="0" usemap="#mrwimage.hpp_map" alt=""></center>
<map name="mrwimage.hpp_map">
<area href="exif_8hpp.html" shape="rect" coords="171,5,240,29" alt="">
<area href="iptc_8hpp.html" shape="rect" coords="171,104,240,128" alt="">
<area href="image_8hpp.html" shape="rect" coords="164,152,247,176" 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 class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2_1_1ImageType.html">Exiv2::ImageType</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_1MrwImage.html">Exiv2::MrwImage</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Class to access raw MRW images. Exif metadata is supported directly, IPTC is read from the Exif data, if present. <a href="classExiv2_1_1MrwImage.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"><a class="anchor" name="602b59930b8f0e3946cdc4b4cb5f8bdb"></a><!-- doxytag: member="mrwimage.hpp::newMrwInstance" ref="602b59930b8f0e3946cdc4b4cb5f8bdb" args="(BasicIo::AutoPtr io, bool create)" -->
Image::AutoPtr </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#602b59930b8f0e3946cdc4b4cb5f8bdb">Exiv2::newMrwInstance</a> (BasicIo::AutoPtr io, bool create)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a new <a class="el" href="classExiv2_1_1MrwImage.html">MrwImage</a> instance and return an auto-pointer to it. Caller owns the returned object and the auto-pointer ensures that it will be deleted. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="65ed1a0d86c0aff21eba6865ab55ef2f"></a><!-- doxytag: member="mrwimage.hpp::isMrwType" ref="65ed1a0d86c0aff21eba6865ab55ef2f" args="(BasicIo &iIo, bool advance)" -->
bool </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2.html#65ed1a0d86c0aff21eba6865ab55ef2f">Exiv2::isMrwType</a> (BasicIo &iIo, bool advance)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Check if the file iIo is a MRW image. <br></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="161d087039e63656cff123f4e74071d1"></a><!-- doxytag: member="mrwimage.hpp::mrw" ref="161d087039e63656cff123f4e74071d1" args="" -->
const int </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceExiv2_1_1ImageType.html#161d087039e63656cff123f4e74071d1">Exiv2::ImageType::mrw</a> = 5</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">MRW image type (see class <a class="el" href="classExiv2_1_1MrwImage.html">MrwImage</a>). <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Minolta RAW image, implemented using the following references: <a href="http://www.dalibor.cz/minolta/raw_file_format.htm">Minolta Raw file format</a> by Dalibor Jelinek.
<p>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>797 </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>13-May-06, ahu: created </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>
|