fujimn.hpp File Reference
Fujifilm MakerNote implemented according to the specification in Appendix 4: Makernote of Fujifilm of the document
Exif file format by TsuruZoh Tachibanaya
Fuji Makernote list by Phil Harvey
.
More...
#include "types.hpp"
#include "makernote.hpp"
#include "tags.hpp"
#include <string>
#include <iosfwd>
#include <memory>
|
Namespaces |
namespace | Exiv2 |
Classes |
class | Exiv2::FujiMakerNote |
| MakerNote for Fujifilm cameras. More...
|
Functions |
MakerNote::AutoPtr | Exiv2::createFujiMakerNote (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
Fujifilm MakerNote implemented according to the specification in Appendix 4: Makernote of Fujifilm of the document
Exif file format by TsuruZoh Tachibanaya
Fuji Makernote list by Phil Harvey
.
- Version:
- Rev
- 1366
- Author:
- Andreas Huggel (ahu) ahuggel@gmx.net
Gilles Caulier (gc) caulier dot gilles at kdemail dot net
- Date:
- 11-Feb-04, ahu: created