Exiv2
Classes | Namespaces | Functions
sonymn_int.hpp File Reference

Sony MakerNote implemented using the following references:
Sony Makernote list by Phil Harvey
Email communication with caulier dot gilles at gmail dot com
More...

#include "tags.hpp"
#include "types.hpp"
#include "tiffcomposite_int.hpp"
#include <string>
#include <iosfwd>

Go to the source code of this file.

Classes

class  Exiv2::Internal::SonyMakerNote
 MakerNote for Sony cameras. More...
 

Namespaces

 Exiv2
 Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of the objects of this namespace.
 
 Exiv2::Internal
 Contains internal objects which are not published and are not part of the libexiv2 API.
 

Functions

DataBuf Exiv2::Internal::sonyTagDecipher (uint16_t tag, const byte *bytes, uint32_t size, TiffComponent *const object)
 
DataBuf Exiv2::Internal::sonyTagEncipher (uint16_t tag, const byte *bytes, uint32_t size, TiffComponent *const object)
 

Detailed Description

Sony MakerNote implemented using the following references:
Sony Makernote list by Phil Harvey
Email communication with caulier dot gilles at gmail dot com

Author
Andreas Huggel (ahu) ahuggel@gmx.net
Gilles Caulier (cgilles) caulier dot gilles at gmail dot com
Date
18-Apr-05, ahu: created