minoltamn.hpp File Reference

Minolta MakerNote implemented using the following references: Minolta Makernote Format Specification by Dalibor Jelinek, Minolta Makernote list by Phil Harvey Minolta Makernote list from PHP JPEG Metadata Toolkit Email communication with caulier dot gilles at kdemail dot net Some Minolta camera settings have been decoded by Xavier Raynaud from digiKam project and added by Gilles Caulier. More...

#include "types.hpp"
#include "makernote.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>

Include dependency graph for minoltamn.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  Exiv2

Classes

class  Exiv2::MinoltaMakerNote
 MakerNote for Minolta cameras. More...
struct  Exiv2::MinoltaMakerNote::RegisterMn
 IGNORE More...

Functions

MakerNote::AutoPtr createMinoltaMakerNote (bool alloc, const byte *buf, long len, ByteOrder byteOrder, long offset)
 Return an auto-pointer to a newly created empty MakerNote initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted.

Detailed Description

Minolta MakerNote implemented using the following references: Minolta Makernote Format Specification by Dalibor Jelinek, Minolta Makernote list by Phil Harvey Minolta Makernote list from PHP JPEG Metadata Toolkit Email communication with caulier dot gilles at kdemail dot net Some Minolta camera settings have been decoded by Xavier Raynaud from digiKam project and added by Gilles Caulier.

Version:
Rev
1039
Author:
Andreas Huggel (ahu) ahuggel@gmx.net

Gilles Caulier (gc) caulier dot gilles at kdemail dot net

Date:
06-May-06, gc: submitted

Function Documentation

MakerNote::AutoPtr createMinoltaMakerNote bool  alloc,
const byte buf,
long  len,
ByteOrder  byteOrder,
long  offset
 

Return an auto-pointer to a newly created empty MakerNote initialized to operate in the memory management model indicated. The caller owns this copy and the auto-pointer ensures that it will be deleted.

Parameters:
alloc Memory management model for the new MakerNote. Determines if memory required to store data should be allocated and deallocated (true) or not (false). If false, only pointers to the buffer provided to read() will be kept. See Ifd for more background on this concept.
buf Pointer to the makernote character buffer (not used).
len Length of the makernote character buffer (not used).
byteOrder Byte order in which the Exif data (and possibly the makernote) is encoded (not used).
offset Offset from the start of the TIFF header of the makernote buffer (not used).
Returns:
An auto-pointer to a newly created empty MakerNote. The caller owns this copy and the auto-pointer ensures that it will be deleted.


Generated on Mon Mar 26 03:31:46 2007 for Exiv2 by  doxygen 1.3.9.1