Classes | |
| class | CanonMakerNote |
| MakerNote for Canon cameras. More... | |
| class | Cr2Header |
| Canon CR2 header structure. More... | |
| class | CiffComponent |
| Interface class for components of the CIFF directory hierarchy of a CRW (Canon Raw data) image. Both CIFF directories as well as entries implement this interface. This class is implemented as NVI (non-virtual interface). More... | |
| class | CiffEntry |
| This class models one directory entry of a CIFF directory of a CRW (Canon Raw data) image. More... | |
| class | CiffDirectory |
| This class models a CIFF directory of a CRW (Canon Raw data) image. More... | |
| class | CiffHeader |
| This class models the header of a CRW (Canon Raw data) image. It is the head of a CIFF parse tree, consisting of CiffDirectory and CiffEntry objects. Most of its methods will walk the parse tree to perform the requested action. More... | |
| struct | CrwSubDir |
| Structure for the CIFF directory hierarchy. More... | |
| struct | CrwMapping |
| Structure for a mapping table for conversion of CIFF entries to image metadata and vice versa. More... | |
| class | CrwMap |
| Static class providing mapping functionality from CRW entries to image metadata and vice versa. More... | |
| class | FujiMakerNote |
| MakerNote for Fujifilm cameras. More... | |
| struct | NikonArrayIdx |
| Structure for an index into the array set of complex binary arrays. More... | |
| struct | TiffMnRegistry |
| Makernote registry structure. More... | |
| class | TiffMnCreator |
| TIFF makernote factory for concrete TIFF makernotes. More... | |
| class | MnHeader |
| Makernote header interface. This class is used with TIFF makernotes. More... | |
| class | OlympusMnHeader |
| Header of an Olympus Makernote. More... | |
| class | Olympus2MnHeader |
| Header of an Olympus II Makernote. More... | |
| class | FujiMnHeader |
| Header of a Fujifilm Makernote. More... | |
| class | Nikon2MnHeader |
| Header of a Nikon 2 Makernote. More... | |
| class | Nikon3MnHeader |
| Header of a Nikon 3 Makernote. More... | |
| class | PanasonicMnHeader |
| Header of a Panasonic Makernote. More... | |
| class | PentaxDngMnHeader |
| Header of an Pentax DNG Makernote. More... | |
| class | PentaxMnHeader |
| Header of an Pentax Makernote. More... | |
| class | SamsungMnHeader |
| Header of a Samsung Makernote, only used for the relative offset. More... | |
| class | SigmaMnHeader |
| Header of a Sigma Makernote. More... | |
| class | SonyMnHeader |
| Header of a Sony Makernote. More... | |
| class | MinoltaMakerNote |
| MakerNote for Minolta cameras. More... | |
| class | Nikon1MakerNote |
| A MakerNote format used by Nikon cameras, such as the E990 and D1. More... | |
| class | Nikon2MakerNote |
| A second MakerNote format used by Nikon cameras, including the E700, E800, E900, E900S, E910, E950. More... | |
| class | Nikon3MakerNote |
| A third MakerNote format used by Nikon cameras, e.g., E5400, SQ, D2H, D70. More... | |
| class | OlympusMakerNote |
| MakerNote for Olympus cameras. More... | |
| class | OrfHeader |
| Olympus ORF header structure. More... | |
| class | PanasonicMakerNote |
| MakerNote for Panasonic cameras. More... | |
| class | PentaxMakerNote |
| MakerNote for Pentaxfilm cameras. More... | |
| class | PngChunk |
| Stateless parser class for data in PNG chunk format. Images use this class to decode and encode PNG-based data. More... | |
| class | Rw2Header |
| Panasonic RW2 header structure. More... | |
| class | Samsung2MakerNote |
| MakerNote for Samsung cameras. More... | |
| class | SigmaMakerNote |
| MakerNote for Sigma (Foveon) cameras. More... | |
| class | SonyMakerNote |
| MakerNote for Sony cameras. More... | |
| struct | SectionInfo |
| The details of a section. More... | |
| struct | TagDetails |
| Helper structure for lookup tables for translations of numeric tag values to human readable labels. More... | |
| struct | TagDetailsBitmask |
| Helper structure for lookup tables for translations of bitmask values to human readable labels. More... | |
| struct | TagVocabulary |
| Helper structure for lookup tables for translations of controlled vocabulary strings to their descriptions. More... | |
| class | TiffPathItem |
| A tupel consisting of extended Tag and group used as an item in TIFF paths. More... | |
| class | IoWrapper |
| Simple IO wrapper to ensure that the header is only written if there is any other data at all. More... | |
| class | TiffComponent |
| Interface class for components of a TIFF directory hierarchy (Composite pattern). Both TIFF directories as well as entries implement this interface. A component can be uniquely identified by a tag, group tupel. This class is implemented as a NVI (Non-Virtual Interface) and it has an interface for visitors (Visitor pattern) to perform operations on all components. More... | |
| struct | TiffMappingInfo |
| TIFF mapping table for functions to decode special cases. More... | |
| class | TiffEntryBase |
| This abstract base class provides the common functionality of an IFD directory entry and defines an extended interface for derived concrete entries, which allows access to the attributes of the entry. More... | |
| class | TiffEntry |
| A standard TIFF IFD entry. More... | |
| class | TiffDataEntryBase |
| Interface for a standard TIFF IFD entry consisting of a value which is a set of offsets to a data area. The sizes of these "strips" are provided in a related TiffSizeEntry, tag and group of which are set in the constructor. The implementations of this interface differ in whether the data areas are extracted to the higher level metadata (TiffDataEntry) or not (TiffImageEntry). More... | |
| class | TiffDataEntry |
| A standard TIFF IFD entry consisting of a value which is an offset to a data area and the data area. The size of the data area is provided in a related TiffSizeEntry, tag and group of which are set in the constructor. More... | |
| class | TiffImageEntry |
| A standard TIFF IFD entry consisting of a value which is an array of offsets to image data areas. The sizes of the image data areas are provided in a related TiffSizeEntry, tag and group of which are set in the constructor. More... | |
| class | TiffSizeEntry |
| A TIFF IFD entry containing the size of a data area of a related TiffDataEntry. This component is used, e.g. for Exif.Thumbnail.JPEGInterchangeFormatLength, which contains the size of Exif.Thumbnail.JPEGInterchangeFormat. More... | |
| class | TiffDirectory |
| This class models a TIFF directory (Ifd). It is a composite component of the TIFF tree. More... | |
| class | TiffSubIfd |
| This class models a TIFF sub-directory (sub-IFD). A sub-IFD is an entry with one or more values that are pointers to IFD structures containing an IFD. The TIFF standard defines some important tags to be sub-IFDs, including the Exif and GPS tags. More... | |
| class | TiffMnEntry |
| This class is the basis for Makernote support in TIFF. It contains a pointer to a concrete Makernote. The TiffReader visitor has the responsibility to create the correct Make/Model specific Makernote for a particular TIFF file. Calls to child management methods are forwarded to the concrete Makernote, if there is one. More... | |
| class | TiffIfdMakernote |
| Tiff IFD Makernote. This is a concrete class suitable for all IFD makernotes. More... | |
| struct | ArrayDef |
| Defines one tag in a binary array. More... | |
| struct | ArrayCfg |
| Additional configuration for a binary array. More... | |
| struct | ArraySet |
| Combination of array configuration and definition for arrays. More... | |
| class | TiffBinaryArray |
| Composite to model an array of different tags. The tag types as well as other aspects of the array are configurable. The elements of this component are of type TiffBinaryElement. More... | |
| class | TiffBinaryElement |
| Element of a TiffBinaryArray. More... | |
| class | TiffHeaderBase |
| Abstract base class defining the interface of an image header. Used internally by classes for TIFF-based images. Default implementation is for the regular TIFF header. More... | |
| class | TiffHeader |
| Standard TIFF header structure. More... | |
| struct | TiffImgTagStruct |
| Data structure used to list image tags for TIFF and TIFF-like images. More... | |
| struct | TiffGroupStruct |
| Data structure used as a row (element) of a table (array) defining the TIFF component used for each tag in a group. More... | |
| struct | TiffTreeStruct |
| Data structure used as a row of the table which describes TIFF trees. Multiple trees are needed as TIFF-based RAW image formats do not always use standard TIFF layout. More... | |
| class | TiffCreator |
| TIFF component factory. More... | |
| class | TiffParserWorker |
| Stateless parser class for data in TIFF format. Images use this class to decode and encode TIFF-based data. More... | |
| class | TiffMapping |
| Table of TIFF decoding and encoding functions and find functions. This class is separated from the metadata decoder and encoder visitors so that the parser can be parametrized with a different table if needed. This is used, eg., for CR2 format, which uses a different decoder table. More... | |
| class | OffsetWriter |
| Class to insert pointers or offsets to computed addresses at specific locations in an image. Used for offsets which are best computed during the regular write process. They are written in a second pass, using the writeOffsets() method. More... | |
| class | FindExifdatum |
| Unary predicate that matches an Exifdatum with a given IfdId. More... | |
| class | TiffVisitor |
| Abstract base class defining the interface for TIFF composite vistors (Visitor pattern). More... | |
| class | TiffFinder |
| Search the composite for a component with tag and group. Return a pointer to the component or 0, if not found. The class is ready for a first search after construction and can be re-initialized with init(). More... | |
| class | TiffCopier |
| Copy all image tags from the source tree (the tree that is traversed) to a target tree, which is empty except for the root element provided in the constructor. More... | |
| class | TiffDecoder |
| TIFF composite visitor to decode metadata from the TIFF tree and add it to an Image, which is supplied in the constructor (Visitor pattern). Used by TiffParser to decode the metadata from a TIFF composite. More... | |
| class | TiffEncoder |
| TIFF composite visitor to encode metadata from an image to the TIFF tree. The metadata containers and root element of the tree are supplied in the constructor. Used by TiffParserWorker to encode the metadata into a TIFF composite. More... | |
| class | TiffRwState |
| Simple state class containing relevant state information for the TIFF reader. This is in a separate class so that the reader can change state if needed (e.g., to read certain complex makernotes). More... | |
| class | TiffReader |
| TIFF composite visitor to read the TIFF structure from a block of memory and build the composite from it (Visitor pattern). Used by TiffParser to read the TIFF data from a block of memory. More... | |
Namespaces | |
| namespace | Tag |
Typedefs | |
| typedef void(* | CrwDecodeFct )(const CiffComponent &, const CrwMapping *, Image &, ByteOrder) |
| Function pointer for functions to decode Exif tags from a CRW entry. | |
| typedef void(* | CrwEncodeFct )(const Image &, const CrwMapping *, CiffHeader *) |
| Function pointer for functions to encode CRW entries from Exif tags. | |
| typedef std::stack< CrwSubDir > | CrwDirs |
| Stack to hold a path of CRW directories. | |
| typedef TiffComponent *(* | NewMnFct )(uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Type for a pointer to a function creating a makernote (image). | |
| typedef TiffComponent *(* | NewMnFct2 )(uint16_t tag, IfdId group, IfdId mnGroup) |
| Type for a pointer to a function creating a makernote (group). | |
| typedef uint16_t | TiffType |
| TIFF value type. | |
| typedef int(* | CfgSelFct )(uint16_t, const byte *, uint32_t, TiffComponent *const) |
| Function pointer type for a function to determine which cfg + def of a corresponding array set to use. | |
| typedef DataBuf(* | CryptFct )(uint16_t, const byte *, uint32_t, TiffComponent *const) |
| Function pointer type for a crypt function used for binary arrays. | |
| typedef void(TiffDecoder::* | DecoderFct )(const TiffEntryBase *) |
| Function pointer type for a TiffDecoder member function to decode a TIFF component. | |
| typedef void(TiffEncoder::* | EncoderFct )(TiffEntryBase *, const Exifdatum *) |
| Function pointer type for a TiffDecoder member function to decode a TIFF component. | |
| typedef DecoderFct(* | FindDecoderFct )(const std::string &make, uint32_t extendedTag, IfdId group) |
| Type for a function pointer for a function to decode a TIFF component. | |
| typedef EncoderFct(* | FindEncoderFct )(const std::string &make, uint32_t extendedTag, IfdId group) |
| Type for a function pointer for a function to encode a TIFF component. | |
|
typedef std::auto_ptr < TiffComponent >(* | NewTiffCompFct )(uint16_t tag, IfdId group) |
| Type for a function pointer for a function to create a TIFF component. Use TiffComponent::AutoPtr, it is not used in this declaration only to reduce dependencies. | |
| typedef std::stack< TiffPathItem > | TiffPath |
| Stack to hold a path from the TIFF root element to a TIFF entry. | |
| typedef std::vector< IfdId > | PrimaryGroups |
| Type for a list of primary image groups. | |
Enumerations | |
| enum | DataLocId { invalidDataLocId, valueData, directoryData, lastDataLocId } |
| Type to identify where the data is stored in a directory. | |
| enum | IfdId { ifdIdNotSet, ifd0Id, ifd1Id, ifd2Id, ifd3Id, exifId, gpsId, iopId, subImage1Id, subImage2Id, subImage3Id, subImage4Id, subImage5Id, subImage6Id, subImage7Id, subImage8Id, subImage9Id, subThumb1Id, panaRawId, mnId, canonId, canonCsId, canonSiId, canonCfId, canonPiId, canonPaId, canonFiId, canonPrId, fujiId, minoltaId, minoltaCs5DId, minoltaCs7DId, minoltaCsOldId, minoltaCsNewId, nikon1Id, nikon2Id, nikon3Id, nikonPvId, nikonVrId, nikonPcId, nikonWtId, nikonIiId, nikonAfId, nikonAf2Id, nikonAFTId, nikonFiId, nikonMeId, nikonFl1Id, nikonFl2Id, nikonFl3Id, nikonSi1Id, nikonSi2Id, nikonSi3Id, nikonSi4Id, nikonSi5Id, nikonSi6Id, nikonLd1Id, nikonLd2Id, nikonLd3Id, nikonCb1Id, nikonCb2Id, nikonCb2aId, nikonCb2bId, nikonCb3Id, nikonCb4Id, olympusId, olympus2Id, olympusCsId, olympusEqId, olympusRdId, olympusRd2Id, olympusIpId, olympusFiId, olympusFe1Id, olympusFe2Id, olympusFe3Id, olympusFe4Id, olympusFe5Id, olympusFe6Id, olympusFe7Id, olympusFe8Id, olympusFe9Id, olympusRiId, panasonicId, pentaxId, pentaxDngId, samsung2Id, samsungPvId, samsungPwId, sigmaId, sony1Id, sony2Id, sonyMltId, sony1CsId, sony1Cs2Id, sony2CsId, sony2Cs2Id, sony1MltCs7DId, sony1MltCsOldId, sony1MltCsNewId, sony1MltCsA100Id, lastId, ignoreId = lastId } |
| Type to specify the IFD to which a metadata belongs. | |
| enum | SectionId { sectionIdNotSet, imgStruct, recOffset, imgCharacter, otherTags, exifFormat, exifVersion, imgConfig, userInfo, relatedFile, dateTime, captureCond, gpsTags, iopTags, makerTags, dngTags, panaRaw, tiffEp, tiffPm6, adobeOpi, lastSectionId } |
| Section identifiers to logically group tags. A section consists of nothing more than a name, based on the Exif standard. | |
Functions | |
| float | canonEv (long val) |
| Convert Canon hex-based EV (modulo 0x20) to real number Ported from Phil Harvey's Image::ExifTool::Canon::CanonEv by Will Stokes. | |
| DataBuf | packIfdId (const ExifData &exifData, IfdId ifdId, ByteOrder byteOrder) |
| Pack the tag values of all ifdId tags in exifData into a data buffer. This function is used to pack Canon Camera Settings1,2 and Custom Function tags. | |
| TiffComponent * | newIfdMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a simple IFD makernote (Canon, Minolta, Nikon1). | |
| TiffComponent * | newIfdMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a simple IFD makernote (Canon, Minolta, Nikon1). | |
| TiffComponent * | newOlympusMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create an Olympus makernote. | |
| TiffComponent * | newOlympusMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create an Olympus makernote. | |
| TiffComponent * | newOlympus2Mn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create an Olympus II makernote. | |
| TiffComponent * | newFujiMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Fujifilm makernote. | |
| TiffComponent * | newFujiMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Fujifilm makernote. | |
| TiffComponent * | newNikonMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Nikon makernote. This will create the appropriate Nikon 1, 2 or 3 makernote, based on the arguments. | |
| TiffComponent * | newNikon2Mn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Nikon2 makernote. | |
| TiffComponent * | newNikon3Mn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Nikon3 makernote. | |
| TiffComponent * | newPanasonicMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Panasonic makernote. | |
| TiffComponent * | newPanasonicMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Panasonic makernote. | |
| TiffComponent * | newPentaxMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create an Pentax makernote. | |
| TiffComponent * | newPentaxMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create an Pentax makernote. | |
| TiffComponent * | newPentaxDngMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create an Pentax DNG makernote. | |
| TiffComponent * | newSamsungMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Samsung makernote. | |
| TiffComponent * | newSamsungMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Samsung makernote. | |
| TiffComponent * | newSigmaMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Sigma makernote. | |
| TiffComponent * | newSigmaMn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Sigma makernote. | |
| TiffComponent * | newSonyMn (uint16_t tag, IfdId group, IfdId mnGroup, const byte *pData, uint32_t size, ByteOrder byteOrder) |
| Function to create a Sony makernote. | |
| TiffComponent * | newSony1Mn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Sony1 makernote. | |
| TiffComponent * | newSony2Mn2 (uint16_t tag, IfdId group, IfdId mnGroup) |
| Function to create a Sony2 makernote. | |
| int | nikonSelector (uint16_t tag, const byte *pData, uint32_t size, TiffComponent *const pRoot) |
| Function to select cfg + def of a Nikon complex binary array. | |
| DataBuf | nikonCrypt (uint16_t tag, const byte *pData, uint32_t size, TiffComponent *const pRoot) |
| Encrypt and decrypt Nikon data. | |
| int | sonyCsSelector (uint16_t tag, const byte *pData, uint32_t size, TiffComponent *const pRoot) |
| Function to select cfg + def of the Sony Camera Settings complex binary array. | |
| std::ostream & | printMinoltaSonyLensID (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Lens id values to readable labels. | |
| std::ostream & | printMinoltaSonyColorMode (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Color Mode values to readable labels. | |
| std::ostream & | printMinoltaSonyBoolValue (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony bool function values to readable labels. | |
| std::ostream & | printMinoltaSonyBoolInverseValue (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony bool inverse function values to readable labels. | |
| std::ostream & | printMinoltaSonyAFAreaMode (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony AF Area Mode values to readable labels. | |
| std::ostream & | printMinoltaSonyLocalAFAreaPoint (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Local AF Area Point values to readable labels. | |
| std::ostream & | printMinoltaSonyDynamicRangeOptimizerMode (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony dynamic range optimizer mode values to readable labels. | |
| std::ostream & | printMinoltaSonyPrioritySetupShutterRelease (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony priority setup shutter release values to readable labels. | |
| std::ostream & | printMinoltaSonyQualityCs (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Quality values to readable labels. | |
| std::ostream & | printMinoltaSonyRotation (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Rotation values to readable labels. | |
| std::ostream & | printMinoltaSonySceneMode (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Scene Mode values to readable labels. | |
| std::ostream & | printMinoltaSonyImageQuality (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Image Quality values to readable labels. | |
| std::ostream & | printMinoltaSonyTeleconverterModel (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony Teleconverter Model values to readable labels. | |
| std::ostream & | printMinoltaSonyWhiteBalanceStd (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony White Balance Std values to readable labels. | |
| std::ostream & | printMinoltaSonyZoneMatching (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony ZoneMatching values to readable labels. | |
| std::ostream & | printMinoltaSonyFlashExposureComp (std::ostream &, const Value &, const ExifData *) |
| Print Minolta/Sony FlashExposureComp values to readable labels. | |
| template<int N, const TagDetails(&) array, int count, int ignoredcount, int ignoredcountmax> | |
| std::ostream & | printCombiTag (std::ostream &os, const Value &value, const ExifData *metadata) |
| Print function to translate Pentax "combi-values" to a description by looking up a reference table. | |
| const TagInfo * | ifdTagList () |
| Return read-only list of built-in IFD0/1 tags. | |
| const TagInfo * | exifTagList () |
| Return read-only list of built-in Exif IFD tags. | |
| const TagInfo * | gpsTagList () |
| Return read-only list of built-in GPS tags. | |
| const TagInfo * | iopTagList () |
| Return read-only list of built-in IOP tags. | |
| const TagInfo * | mnTagList () |
| Return read-only list of built-in Exiv2 Makernote info tags. | |
| IfdId | groupId (const std::string &groupName) |
| Return the group id for a group name. | |
| const char * | ifdName (IfdId ifdId) |
| Return the name of the IFD. | |
| const char * | groupName (IfdId ifdId) |
| Return the group name for a group id. | |
| bool | isMakerIfd (IfdId ifdId) |
| Return true if ifdId is a makernote IFD id. (Note: returns false for makerIfd). | |
| bool | isExifIfd (IfdId ifdId) |
| Return true if ifdId is an Exif IFD id. | |
| void | taglist (std::ostream &os, IfdId ifdId) |
| Print the list of tags for ifdId to the output stream os. | |
| const TagInfo * | tagList (IfdId ifdId) |
| Return the tag list for ifdId. | |
| const TagInfo * | tagInfo (uint16_t tag, IfdId ifdId) |
| Return the tag info for tag and ifdId. | |
| const TagInfo * | tagInfo (const std::string &tagName, IfdId ifdId) |
| Return the tag info for tagName and ifdId. | |
| uint16_t | tagNumber (const std::string &tagName, IfdId ifdId) |
| Return the tag number for one combination of IFD id and tagName. If the tagName is not known, it expects tag names in the form "0x01ff" and converts them to unsigned integer. | |
| float | fnumber (float apertureValue) |
| Calculate F number from an APEX aperture value. | |
| URational | exposureTime (float shutterSpeedValue) |
| Calculate the exposure time from an APEX shutter speed value. | |
| template<int N, const TagDetails(&) array> | |
| std::ostream & | printTag (std::ostream &os, const Value &value, const ExifData *) |
| Generic pretty-print function to translate a long value to a description by looking up a reference table. | |
| template<int N, const TagDetailsBitmask(&) array> | |
| std::ostream & | printTagBitmask (std::ostream &os, const Value &value, const ExifData *) |
| Generic print function to translate a long value to a description by looking up bitmasks in a reference table. | |
| template<int N, const TagVocabulary(&) array> | |
| std::ostream & | printTagVocabulary (std::ostream &os, const Value &value, const ExifData *) |
| Generic pretty-print function to translate a controlled vocabulary value (string) to a description by looking up a reference table. | |
| TypeId | toTypeId (TiffType tiffType, uint16_t tag, IfdId group) |
| Convert the tiffType of a tag and group to an Exiv2 typeId. | |
| TiffType | toTiffType (TypeId typeId) |
| Convert the Exiv2 typeId to a TIFF value type. | |
| bool | cmpTagLt (TiffComponent const *lhs, TiffComponent const *rhs) |
| Compare two TIFF component pointers by tag. Return true if the tag of component lhs is less than that of rhs. | |
| bool | cmpGroupLt (TiffComponent const *lhs, TiffComponent const *rhs) |
| Compare two TIFF component pointers by group. Return true if the group of component lhs is less than that of rhs. | |
| TiffComponent::AutoPtr | newTiffEntry (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF entry. | |
| TiffComponent::AutoPtr | newTiffMnEntry (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF makernote entry. | |
| TiffComponent::AutoPtr | newTiffBinaryElement (uint16_t tag, IfdId group) |
| Function to create and initialize a new binary array element. | |
| template<IfdId newGroup> | |
| TiffComponent::AutoPtr | newTiffDirectory (uint16_t tag, IfdId) |
| Function to create and initialize a new TIFF directory. | |
| template<IfdId newGroup> | |
| TiffComponent::AutoPtr | newTiffSubIfd (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF sub-directory. | |
| template<const ArrayCfg * arrayCfg, int N, const ArrayDef(&) arrayDef> | |
| TiffComponent::AutoPtr | newTiffBinaryArray0 (uint16_t tag, IfdId group) |
| Function to create and initialize a new binary array entry. | |
| template<const ArrayCfg * arrayCfg> | |
| TiffComponent::AutoPtr | newTiffBinaryArray1 (uint16_t tag, IfdId group) |
| Function to create and initialize a new simple binary array entry. | |
| template<const ArraySet * arraySet, int N, CfgSelFct cfgSelFct> | |
| TiffComponent::AutoPtr | newTiffBinaryArray2 (uint16_t tag, IfdId group) |
| Function to create and initialize a new complex binary array entry. | |
| template<uint16_t szTag, IfdId szGroup> | |
| TiffComponent::AutoPtr | newTiffThumbData (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF entry for a thumbnail (data). | |
| template<uint16_t dtTag, IfdId dtGroup> | |
| TiffComponent::AutoPtr | newTiffThumbSize (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF entry for a thumbnail (size). | |
| template<uint16_t szTag, IfdId szGroup> | |
| TiffComponent::AutoPtr | newTiffImageData (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF entry for image data. | |
| template<uint16_t dtTag, IfdId dtGroup> | |
| TiffComponent::AutoPtr | newTiffImageSize (uint16_t tag, IfdId group) |
| Function to create and initialize a new TIFF entry for image data (size). | |
| bool | isTiffImageTag (uint16_t tag, IfdId group) |
| Convenience function to check if tag, group is in the list of TIFF image tags. | |
Functions printing interpreted tag values | |
| std::ostream & | printValue (std::ostream &os, const Value &value, const ExifData *) |
| Default print function, using the Value output operator. | |
| std::ostream & | printLong (std::ostream &os, const Value &value, const ExifData *) |
| Print the value converted to a long. | |
| std::ostream & | printFloat (std::ostream &os, const Value &value, const ExifData *) |
| Print a Rational or URational value in floating point format. | |
| std::ostream & | printDegrees (std::ostream &os, const Value &value, const ExifData *) |
| Print a longitude or latitude value. | |
| std::ostream & | printUcs2 (std::ostream &os, const Value &value, const ExifData *) |
| Print function converting from UCS-2LE to UTF-8. | |
| std::ostream & | printExifUnit (std::ostream &os, const Value &value, const ExifData *) |
| Print function for Exif units. | |
| std::ostream & | print0x0000 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS version. | |
| std::ostream & | print0x0005 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS altitude ref. | |
| std::ostream & | print0x0006 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS altitude. | |
| std::ostream & | print0x0007 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS timestamp. | |
| std::ostream & | print0x0009 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS status. | |
| std::ostream & | print0x000a (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS measurement mode. | |
| std::ostream & | print0x000c (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS speed ref. | |
| std::ostream & | print0x0019 (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS destination distance ref. | |
| std::ostream & | print0x001e (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS differential correction. | |
| std::ostream & | print0x0112 (std::ostream &os, const Value &value, const ExifData *) |
| Print orientation. | |
| std::ostream & | print0x0213 (std::ostream &os, const Value &value, const ExifData *) |
| Print YCbCrPositioning. | |
| std::ostream & | print0x8298 (std::ostream &os, const Value &value, const ExifData *) |
| Print the copyright. | |
| std::ostream & | print0x829a (std::ostream &os, const Value &value, const ExifData *) |
| Print the exposure time. | |
| std::ostream & | print0x829d (std::ostream &os, const Value &value, const ExifData *) |
| Print the f-number. | |
| std::ostream & | print0x8822 (std::ostream &os, const Value &value, const ExifData *) |
| Print exposure program. | |
| std::ostream & | print0x8827 (std::ostream &os, const Value &value, const ExifData *) |
| Print ISO speed ratings. | |
| std::ostream & | print0x9101 (std::ostream &os, const Value &value, const ExifData *) |
| Print components configuration specific to compressed data. | |
| std::ostream & | print0x9201 (std::ostream &os, const Value &value, const ExifData *) |
| Print exposure time converted from APEX shutter speed value. | |
| std::ostream & | print0x9202 (std::ostream &os, const Value &value, const ExifData *) |
| Print f-number converted from APEX aperture value. | |
| std::ostream & | print0x9204 (std::ostream &os, const Value &value, const ExifData *) |
| Print the exposure bias value. | |
| std::ostream & | print0x9206 (std::ostream &os, const Value &value, const ExifData *) |
| Print the subject distance. | |
| std::ostream & | print0x9207 (std::ostream &os, const Value &value, const ExifData *) |
| Print metering mode. | |
| std::ostream & | print0x9208 (std::ostream &os, const Value &value, const ExifData *) |
| Print light source. | |
| std::ostream & | print0x920a (std::ostream &os, const Value &value, const ExifData *) |
| Print the actual focal length of the lens. | |
| std::ostream & | print0x9286 (std::ostream &os, const Value &value, const ExifData *) |
| Print the user comment. | |
| std::ostream & | print0xa001 (std::ostream &os, const Value &value, const ExifData *) |
| Print color space. | |
| std::ostream & | print0xa217 (std::ostream &os, const Value &value, const ExifData *) |
| Print sensing method. | |
| std::ostream & | print0xa300 (std::ostream &os, const Value &value, const ExifData *) |
| Print file source. | |
| std::ostream & | print0xa301 (std::ostream &os, const Value &value, const ExifData *) |
| Print scene type. | |
| std::ostream & | print0xa401 (std::ostream &os, const Value &value, const ExifData *) |
| Print custom rendered. | |
| std::ostream & | print0xa402 (std::ostream &os, const Value &value, const ExifData *) |
| Print exposure mode. | |
| std::ostream & | print0xa403 (std::ostream &os, const Value &value, const ExifData *) |
| Print white balance. | |
| std::ostream & | print0xa404 (std::ostream &os, const Value &value, const ExifData *) |
| Print digital zoom ratio. | |
| std::ostream & | print0xa405 (std::ostream &os, const Value &value, const ExifData *) |
| Print 35mm equivalent focal length. | |
| std::ostream & | print0xa406 (std::ostream &os, const Value &value, const ExifData *) |
| Print scene capture type. | |
| std::ostream & | print0xa407 (std::ostream &os, const Value &value, const ExifData *) |
| Print gain control. | |
| std::ostream & | print0xa409 (std::ostream &os, const Value &value, const ExifData *) |
| Print saturation. | |
| std::ostream & | print0xa40c (std::ostream &os, const Value &value, const ExifData *) |
| Print subject distance range. | |
| std::ostream & | printGPSDirRef (std::ostream &os, const Value &value, const ExifData *) |
| Print GPS direction ref. | |
| std::ostream & | printNormalSoftHard (std::ostream &os, const Value &value, const ExifData *) |
| Print contrast, sharpness (normal, soft, hard). | |
| std::ostream & | printExifVersion (std::ostream &os, const Value &value, const ExifData *) |
| Print any version packed in 4 Bytes format : major major minor minor. | |
| std::ostream & | printXmpVersion (std::ostream &os, const Value &value, const ExifData *) |
| Print any version encoded in the ASCII string majormajorminorminor. | |
| std::ostream & | printXmpDate (std::ostream &os, const Value &value, const ExifData *) |
| Print a date following the format YYYY-MM-DDTHH:MM:SSZ. | |
Variables | |
| const NikonArrayIdx | nikonArrayIdx [] |
| Nikon binary array version lookup table. | |
| const TagDetails | exifNewSubfileType [] |
| NewSubfileType, TIFF tag 0x00fe - this is actually a bitmask. | |
| const TagDetails | exifSubfileType [] |
| SubfileType, TIFF tag 0x00ff. | |
| const TagDetails | exifUnit [] |
| Units for measuring X and Y resolution, tags 0x0128, 0xa210. | |
| const TagDetails | exifCompression [] |
| Compression, tag 0x0103. | |
| const TagDetails | exifPhotometricInterpretation [] |
| PhotometricInterpretation, tag 0x0106. | |
| const TagDetails | exifThreshholding [] |
| Threshholding, tag 0x0107. | |
| const TagDetails | exifOrientation [] |
| Orientation, tag 0x0112. | |
| const TagDetails | exifPredictor [] |
| Predictor, tag 0x013d. | |
| const TagDetails | exifInkSet [] |
| InkSet, tag 0x014c. | |
| const TagDetails | exifSampleFormat [] |
| SampleFormat, tag 0x0153. | |
| const TagDetails | exifIndexed [] |
| Indexed, tag 0x015a. | |
| const TagDetails | exifJpegLosslessPredictor [] |
| exifJpegLosslessPredictor, tag 0x0205 | |
| const TagDetails | exifYCbCrPositioning [] |
| YCbCrPositioning, tag 0x0213. | |
| const TagDetails | exifFlash [] |
| Flash, Exif tag 0x9209. | |
| const TagDetails | exifCfaLayout [] |
| CFALayout, tag 0xc617. | |
| const TagDetails | exifExposureProgram [] |
| ExposureProgram, tag 0x8822. | |
| const TagDetails | exifMeteringMode [] |
| MeteringMode, tag 0x9207. | |
| const TagDetails | exifLightSource [] |
| LightSource, tag 0x9208. | |
| const TagDetails | exifColorSpace [] |
| ColorSpace, tag 0xa001. | |
| const TagDetails | exifSensingMethod [] |
| SensingMethod, tag 0xa217. | |
| const TagDetails | exifFileSource [] |
| FileSource, tag 0xa300. | |
| const TagDetails | exifSceneType [] |
| SceneType, tag 0xa301. | |
| const TagDetails | exifCustomRendered [] |
| CustomRendered, tag 0xa401. | |
| const TagDetails | exifExposureMode [] |
| ExposureMode, tag 0xa402. | |
| const TagDetails | exifWhiteBalance [] |
| WhiteBalance, tag 0xa403. | |
| const TagDetails | exifSceneCaptureType [] |
| SceneCaptureType, tag 0xa406. | |
| const TagDetails | exifGainControl [] |
| GainControl, tag 0xa407. | |
| const TagDetails | exifNormalSoftHard [] |
| Contrast, tag 0xa408 and Sharpness, tag 0xa40a. | |
| const TagDetails | exifSaturation [] |
| Saturation, tag 0xa409. | |
| const TagDetails | exifSubjectDistanceRange [] |
| SubjectDistanceRange, tag 0xa40c. | |
| const TagDetails | exifGPSLatitudeRef [] |
| GPS latitude reference, tag 0x0001; also GPSDestLatitudeRef, tag 0x0013. | |
| const TagDetails | exifGPSLongitudeRef [] |
| GPS longitude reference, tag 0x0003; also GPSDestLongitudeRef, tag 0x0015. | |
| const TagDetails | exifGPSAltitudeRef [] |
| GPS altitude reference, tag 0x0005. | |
| const TagDetails | exifGPSStatus [] |
| GPS status, tag 0x0009. | |
| const TagDetails | exifGPSMeasureMode [] |
| GPS measurement mode, tag 0x000a. | |
| const TagDetails | exifGPSSpeedRef [] |
| GPS speed reference, tag 0x000c. | |
| const TagDetails | exifGPSDirRef [] |
| GPS direction ref, tags 0x000e, 0x0010, 0x0017. | |
| const TagDetails | exifGPSDestDistanceRef [] |
| GPS Destination distance ref, tag 0x0019. | |
| const TagDetails | exifGPSDifferential [] |
| GPS Differential, tag 0x001e. | |
| const TiffType | ttUnsignedByte = 1 |
| Exif BYTE type. | |
| const TiffType | ttAsciiString = 2 |
| Exif ASCII type. | |
| const TiffType | ttUnsignedShort = 3 |
| Exif SHORT type. | |
| const TiffType | ttUnsignedLong = 4 |
| Exif LONG type. | |
| const TiffType | ttUnsignedRational = 5 |
| Exif RATIONAL type. | |
| const TiffType | ttSignedByte = 6 |
| Exif SBYTE type. | |
| const TiffType | ttUndefined = 7 |
| Exif UNDEFINED type. | |
| const TiffType | ttSignedShort = 8 |
| Exif SSHORT type. | |
| const TiffType | ttSignedLong = 9 |
| Exif SLONG type. | |
| const TiffType | ttSignedRational = 10 |
| Exif SRATIONAL type. | |
| const TiffType | ttTiffFloat = 11 |
| TIFF FLOAT type. | |
| const TiffType | ttTiffDouble = 12 |
| TIFF DOUBLE type. | |
| const TiffType | ttTiffIfd = 13 |
| TIFF IFD type. | |
| const CryptFct | notEncrypted = 0 |
| Constant for non-encrypted binary arrays. | |
| const ArrayCfg | canonCsCfg |
| Canon Camera Settings binary array - configuration. | |
| const ArrayDef | canonCsDef [] |
| Canon Camera Settings binary array - definition. | |
| const ArrayCfg | canonSiCfg |
| Canon Shot Info binary array - configuration. | |
| const ArrayCfg | canonPaCfg |
| Canon Panorama binary array - configuration. | |
| const ArrayCfg | canonCfCfg |
| Canon Custom Function binary array - configuration. | |
| const ArrayCfg | canonPiCfg |
| Canon Picture Info binary array - configuration. | |
| const ArrayCfg | canonFiCfg |
| Canon File Info binary array - configuration. | |
| const ArrayDef | canonFiDef [] |
| Canon File Info binary array - definition. | |
| const ArrayCfg | canonPrCfg |
| Canon Processing Info binary array - configuration. | |
| const ArrayCfg | nikonVrCfg |
| Nikon Vibration Reduction binary array - configuration. | |
| const ArrayDef | nikonVrDef [] |
| Nikon Vibration Reduction binary array - definition. | |
| const ArrayCfg | nikonPcCfg |
| Nikon Picture Control binary array - configuration. | |
| const ArrayDef | nikonPcDef [] |
| Nikon Picture Control binary array - definition. | |
| const ArrayCfg | nikonWtCfg |
| Nikon World Time binary array - configuration. | |
| const ArrayDef | nikonWtDef [] |
| Nikon World Time binary array - definition. | |
| const ArrayCfg | nikonIiCfg |
| Nikon ISO info binary array - configuration. | |
| const ArrayDef | nikonIiDef [] |
| Nikon ISO info binary array - definition. | |
| const ArrayCfg | nikonAfCfg |
| Nikon Auto Focus binary array - configuration. | |
| const ArrayDef | nikonAfDef [] |
| Nikon Auto Focus binary array - definition. | |
| const ArrayCfg | nikonAf2Cfg |
| Nikon Auto Focus 2 binary array - configuration. | |
| const ArrayDef | nikonAf2Def [] |
| Nikon Auto Focus 2 binary array - definition. | |
| const ArrayCfg | nikonAFTCfg |
| Nikon AF Fine Tune binary array - configuration. | |
| const ArrayDef | nikonAFTDef [] |
| Nikon AF Fine Tune binary array - definition. | |
| const ArrayCfg | nikonFiCfg |
| Nikon File Info binary array - configuration. | |
| const ArrayDef | nikonFiDef [] |
| Nikon File Info binary array - definition. | |
| const ArrayCfg | nikonMeCfg |
| Nikon Multi Exposure binary array - configuration. | |
| const ArrayDef | nikonMeDef [] |
| Nikon Multi Exposure binary array - definition. | |
| const ArrayCfg | nikonFl1Cfg |
| Nikon Flash Info binary array - configuration 1. | |
| const ArrayDef | nikonFl1Def [] |
| Nikon Flash Info binary array - definition 1. | |
| const ArrayCfg | nikonFl2Cfg |
| Nikon Flash Info binary array - configuration 2. | |
| const ArrayDef | nikonFl2Def [] |
| Nikon Flash Info binary array - definition 2. | |
| const ArrayCfg | nikonFl3Cfg |
| Nikon Flash Info binary array - configuration 3. | |
| const ArrayDef | nikonFl3Def [] |
| Nikon Flash Info binary array - definition. | |
| const ArraySet | nikonFlSet [] |
| Nikon Lens Data configurations and definitions. | |
| const ArrayCfg | nikonSi1Cfg |
| Nikon Shot Info binary array - configuration 1 (D80). | |
| const ArrayDef | nikonSi1Def [] |
| Nikon Shot Info binary array - definition 1 (D80). | |
| const ArrayCfg | nikonSi2Cfg |
| Nikon Shot Info binary array - configuration 2 (D40). | |
| const ArrayDef | nikonSi2Def [] |
| Nikon Shot Info binary array - definition 2 (D40). | |
| const ArrayCfg | nikonSi3Cfg |
| Nikon Shot Info binary array - configuration 3 (D300a). | |
| const ArrayDef | nikonSi3Def [] |
| Nikon Shot Info binary array - definition 3 (D300a). | |
| const ArrayCfg | nikonSi4Cfg |
| Nikon Shot Info binary array - configuration 4 (D300b). | |
| const ArrayDef | nikonSi4Def [] |
| Nikon Shot Info binary array - definition 4 (D300b). | |
| const ArrayCfg | nikonSi5Cfg |
| Nikon Shot Info binary array - configuration 5 (ver 02.xx). | |
| const ArrayDef | nikonSi5Def [] |
| Nikon Shot Info binary array - definition 5 (ver 01.xx and ver 02.xx). | |
| const ArrayCfg | nikonSi6Cfg |
| Nikon Shot Info binary array - configuration 6 (ver 01.xx). | |
| const ArraySet | nikonSiSet [] |
| Nikon Lens Data configurations and definitions. | |
| const ArrayCfg | nikonLd1Cfg |
| Nikon Lens Data binary array - configuration 1. | |
| const ArrayCfg | nikonLd2Cfg |
| Nikon Lens Data binary array - configuration 2. | |
| const ArrayCfg | nikonLd3Cfg |
| Nikon Lens Data binary array - configuration 3. | |
| const ArrayDef | nikonLdDef [] |
| Nikon Lens Data binary array - definition. | |
| const ArraySet | nikonLdSet [] |
| Nikon Lens Data configurations and definitions. | |
| const ArrayCfg | nikonCb1Cfg |
| Nikon Color Balance binary array - configuration 1. | |
| const ArrayCfg | nikonCb2Cfg |
| Nikon Color Balance binary array - configuration 2. | |
| const ArrayCfg | nikonCb2aCfg |
| Nikon Color Balance binary array - configuration 2a. | |
| const ArrayCfg | nikonCb2bCfg |
| Nikon Color Balance binary array - configuration 2b. | |
| const ArrayCfg | nikonCb3Cfg |
| Nikon Color Balance binary array - configuration 3. | |
| const ArrayCfg | nikonCb4Cfg |
| Nikon Color Balance binary array - configuration 4. | |
| const ArrayDef | nikonCb1Def [] |
| Nikon Color Balance binary array - definition 1 (D100). | |
| const ArrayDef | nikonCb2Def [] |
| Nikon Color Balance binary array - definition 2 (D2H). | |
| const ArrayDef | nikonCb2aDef [] |
| Nikon Color Balance binary array - definition 2a (D50). | |
| const ArrayDef | nikonCb2bDef [] |
| Nikon Color Balance binary array - definition 2b (D2X=0204,D2Hs=0206,D200=0207,D40=0208). | |
| const ArrayDef | nikonCb3Def [] |
| Nikon Color Balance binary array - definition 3 (D70). | |
| const ArrayDef | nikonCb4Def [] |
| Nikon Color Balance binary array - definition 4 (D3). | |
| const ArraySet | nikonCbSet [] |
| Nikon Color Balance configurations and definitions. | |
| const ArrayCfg | minoCsoCfg |
| Minolta Camera Settings (old) binary array - configuration. | |
| const ArrayCfg | minoCsnCfg |
| Minolta Camera Settings (new) binary array - configuration. | |
| const ArrayCfg | minoCs7Cfg |
| Minolta 7D Camera Settings binary array - configuration. | |
| const ArrayDef | minoCs7Def [] |
| Minolta 7D Camera Settings binary array - definition. | |
| const ArrayCfg | minoCs5Cfg |
| Minolta 5D Camera Settings binary array - configuration. | |
| const ArrayDef | minoCs5Def [] |
| Minolta 5D Camera Settings binary array - definition. | |
| const ArrayCfg | sony1CsCfg |
| Sony1 Camera Settings binary array - configuration. | |
| const ArrayCfg | sony1Cs2Cfg |
| Sony1 Camera Settings 2 binary array - configuration. | |
| const ArrayDef | sonyCsDef [] |
| Sony[12] Camera Settings binary array - definition. | |
| const ArrayCfg | sony2CsCfg |
| Sony2 Camera Settings binary array - configuration. | |
| const ArrayCfg | sony2Cs2Cfg |
| Sony2 Camera Settings 2 binary array - configuration. | |
| const ArrayDef | sonyCs2Def [] |
| Sony[12] Camera Settings 2 binary array - definition. | |
| const ArraySet | sony1CsSet [] |
| Sony1 Camera Settings configurations and definitions. | |
| const ArraySet | sony2CsSet [] |
| Sony2 Camera Settings configurations and definitions. | |
| const ArrayCfg | sony1MCsoCfg |
| Sony Minolta Camera Settings (old) binary array - configuration. | |
| const ArrayCfg | sony1MCsnCfg |
| Sony Minolta Camera Settings (new) binary array - configuration. | |
| const ArrayCfg | sony1MCs7Cfg |
| Sony Minolta 7D Camera Settings binary array - configuration. | |
| const ArrayCfg | sony1MCsA100Cfg |
| Sony Minolta A100 Camera Settings binary array - configuration. | |
| const ArrayDef | sony1MCsA100Def [] |
| Sony Minolta A100 Camera Settings binary array - definition. | |
| const ArrayCfg | samsungPwCfg |
| Samsung PictureWizard binary array - configuration. | |
| const ArrayDef | samsungPwDef [] |
| Samsung PictureWizard binary array - definition. | |
| float Exiv2::Internal::canonEv | ( | long | val | ) |
Convert Canon hex-based EV (modulo 0x20) to real number Ported from Phil Harvey's Image::ExifTool::Canon::CanonEv by Will Stokes.
0x00 -> 0 0x0c -> 0.33333 0x10 -> 0.5 0x14 -> 0.66666 0x20 -> 1 .. 160 -> 5 128 -> 4 143 -> 4.46875
| DataBuf Exiv2::Internal::nikonCrypt | ( | uint16_t | tag, | |
| const byte * | pData, | |||
| uint32_t | size, | |||
| TiffComponent *const | pRoot | |||
| ) |
Encrypt and decrypt Nikon data.
Checks the version of the Nikon data array and en/decrypts (portions of) it as needed. (The Nikon encryption algorithm is symmetric.)
| tag | Tag number of the binary array | |
| pData | Pointer to the start of the data to en/decrypt. | |
| size | Size of the data buffer. | |
| pRoot | Pointer to the root element of the composite. |
References Exiv2::Internal::TiffComponent::accept(), Exiv2::DataBuf::alloc(), Exiv2::Value::count(), Exiv2::find(), Exiv2::Internal::TiffFinder::init(), Exiv2::model(), nikonArrayIdx, Exiv2::DataBuf::pData_, Exiv2::Internal::TiffEntryBase::pValue(), Exiv2::Internal::TiffFinder::result(), Exiv2::DataBuf::size_, Exiv2::Internal::NikonArrayIdx::start_, Exiv2::string, Exiv2::Value::toLong(), and Exiv2::Value::toString().
| int Exiv2::Internal::nikonSelector | ( | uint16_t | tag, | |
| const byte * | pData, | |||
| uint32_t | size, | |||
| TiffComponent *const | pRoot | |||
| ) |
Function to select cfg + def of a Nikon complex binary array.
| tag | Tag number of the binary array | |
| pData | Pointer to the raw array data. | |
| size | Size of the array data. | |
| pRoot | Pointer to the root component of the TIFF tree. |
References Exiv2::find(), Exiv2::Internal::NikonArrayIdx::idx_, and nikonArrayIdx.
| int Exiv2::Internal::sonyCsSelector | ( | uint16_t | tag, | |
| const byte * | pData, | |||
| uint32_t | size, | |||
| TiffComponent *const | pRoot | |||
| ) |
Function to select cfg + def of the Sony Camera Settings complex binary array.
| tag | Tag number of the binary array | |
| pData | Pointer to the raw array data. | |
| size | Size of the array data. | |
| pRoot | Pointer to the root component of the TIFF tree. |
References Exiv2::model(), and Exiv2::string.
| uint16_t Exiv2::Internal::tagNumber | ( | const std::string & | tagName, | |
| IfdId | ifdId | |||
| ) |
Return the tag number for one combination of IFD id and tagName. If the tagName is not known, it expects tag names in the form "0x01ff" and converts them to unsigned integer.
| Error | if the tagname or ifdId is invalid |
References Exiv2::isHex(), Exiv2::TagInfo::tag_, tagInfo(), and tagNumber().
Referenced by Exiv2::ExifKey::Impl::decomposeKey(), and tagNumber().
Initial value:
{
canonCfId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
true,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
canonCsId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
true,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::canonCsDef[] |
Initial value:
{
canonFiId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
true,
false,
false,
{ 0, ttSignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::canonFiDef[] |
Initial value:
{
canonPaId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
canonPiId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
canonPrId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
true,
false,
false,
{ 0, ttSignedShort, 1 }
}
Initial value:
{
canonSiId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
true,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
{ 1, N_("Rectangular (or square) layout") },
{ 2, N_("Staggered layout A: even columns are offset down by 1/2 row") },
{ 3, N_("Staggered layout B: even columns are offset up by 1/2 row") },
{ 4, N_("Staggered layout C: even rows are offset right by 1/2 column") },
{ 5, N_("Staggered layout D: even rows are offset left by 1/2 column") }
}
Initial value:
{
{ 1, N_("sRGB") },
{ 2, N_("Adobe RGB") },
{ 0xffff, N_("Uncalibrated") }
}
Referenced by print0xa001().
Initial value:
{
{ 0, N_("Normal process") },
{ 1, N_("Custom process") }
}
Referenced by print0xa401().
Initial value:
{
{ 0, N_("Auto") },
{ 1, N_("Manual") },
{ 2, N_("Auto bracket") }
}
Referenced by print0xa402().
Initial value:
{
{ 0, N_("Not defined") },
{ 1, N_("Manual") },
{ 2, N_("Auto") },
{ 3, N_("Aperture priority") },
{ 4, N_("Shutter priority") },
{ 5, N_("Creative program") },
{ 6, N_("Action program") },
{ 7, N_("Portrait mode") },
{ 8, N_("Landscape mode") }
}
Referenced by print0x8822().
Initial value:
{
{ 1, N_("Film scanner") },
{ 2, N_("Reflexion print scanner") },
{ 3, N_("Digital still camera") }
}
Referenced by print0xa300().
| const TagDetails Exiv2::Internal::exifFlash[] |
Initial value:
{
{ 0x00, N_("No flash") },
{ 0x01, N_("Fired") },
{ 0x05, N_("Fired, return light not detected") },
{ 0x07, N_("Fired, return light detected") },
{ 0x08, N_("Yes, did not fire") },
{ 0x09, N_("Yes, compulsory") },
{ 0x0d, N_("Yes, compulsory, return light not detected") },
{ 0x0f, N_("Yes, compulsory, return light detected") },
{ 0x10, N_("No, compulsory") },
{ 0x14, N_("No, did not fire, return light not detected") },
{ 0x18, N_("No, auto") },
{ 0x19, N_("Yes, auto") },
{ 0x1d, N_("Yes, auto, return light not detected") },
{ 0x1f, N_("Yes, auto, return light detected") },
{ 0x20, N_("No flash function") },
{ 0x20, N_("No, no flash function") },
{ 0x41, N_("Yes, red-eye reduction") },
{ 0x45, N_("Yes, red-eye reduction, return light not detected") },
{ 0x47, N_("Yes, red-eye reduction, return light detected") },
{ 0x49, N_("Yes, compulsory, red-eye reduction") },
{ 0x4d, N_("Yes, compulsory, red-eye reduction, return light not detected") },
{ 0x4f, N_("Yes, compulsory, red-eye reduction, return light detected") },
{ 0x50, N_("No, red-eye reduction") },
{ 0x58, N_("No, auto, red-eye reduction") },
{ 0x59, N_("Yes, auto, red-eye reduction") },
{ 0x5d, N_("Yes, auto, red-eye reduction, return light not detected") },
{ 0x5f, N_("Yes, auto, red-eye reduction, return light detected") }
}
Initial value:
{
{ 0, N_("None") },
{ 1, N_("Low gain up") },
{ 2, N_("High gain up") },
{ 3, N_("Low gain down") },
{ 4, N_("High gain down") }
}
Referenced by print0xa407().
Initial value:
{
{ 0, N_("Above sea level") },
{ 1, N_("Below sea level") }
}
Referenced by print0x0005().
Initial value:
{
{ 'K', N_("Kilometers") },
{ 'M', N_("Miles") },
{ 'N', N_("Knots") }
}
Referenced by print0x0019().
Initial value:
{
{ 0, N_("Without correction") },
{ 1, N_("Correction applied") }
}
Referenced by print0x001e().
Initial value:
{
{ 'T', N_("True direction") },
{ 'M', N_("Magnetic direction") }
}
Referenced by printGPSDirRef().
Initial value:
{
{ 78, N_("North") },
{ 83, N_("South") }
}
Initial value:
{
{ 69, N_("East") },
{ 87, N_("West") }
}
Initial value:
{
{ '2', N_("Two-dimensional measurement") },
{ '3', N_("Three-dimensional measurement") }
}
Referenced by print0x000a().
Initial value:
{
{ 'K', N_("km/h") },
{ 'M', N_("mph") },
{ 'N', N_("knots") }
}
Referenced by print0x000c().
Initial value:
{
{ 'A', N_("Measurement in progress") },
{ 'V', N_("Measurement Interoperability") }
}
Referenced by print0x0009().
Initial value:
{
{ 0, N_("Not indexed") },
{ 1, N_("Indexed") }
}
Initial value:
{
{ 1, N_("CMYK") },
{ 2, N_("not CMYK") }
}
Initial value:
{
{ 1, N_("A") },
{ 2, N_("B") },
{ 3, N_("C") },
{ 4, N_("A+B-C") },
{ 5, N_("A+((B-C)/2)") },
{ 6, N_("B+((A-C)/2)") },
{ 7, N_("(A+B)/2") }
}
Initial value:
{
{ 0, N_("Unknown") },
{ 1, N_("Daylight") },
{ 2, N_("Fluorescent") },
{ 3, N_("Tungsten (incandescent light)") },
{ 4, N_("Flash") },
{ 9, N_("Fine weather") },
{ 10, N_("Cloudy weather") },
{ 11, N_("Shade") },
{ 12, N_("Daylight fluorescent (D 5700 - 7100K)") },
{ 13, N_("Day white fluorescent (N 4600 - 5400K)") },
{ 14, N_("Cool white fluorescent (W 3900 - 4500K)") },
{ 15, N_("White fluorescent (WW 3200 - 3700K)") },
{ 17, N_("Standard light A") },
{ 18, N_("Standard light B") },
{ 19, N_("Standard light C") },
{ 20, N_("D55") },
{ 21, N_("D65") },
{ 22, N_("D75") },
{ 23, N_("D50") },
{ 24, N_("ISO studio tungsten") },
{ 255, N_("Other light source") }
}
Referenced by print0x9208().
Initial value:
{
{ 0, N_("Unknown") },
{ 1, N_("Average") },
{ 2, N_("Center weighted average") },
{ 3, N_("Spot") },
{ 4, N_("Multi-spot") },
{ 5, N_("Multi-segment") },
{ 6, N_("Partial") },
{ 255, N_("Other") },
{ 255, N_("Other") }
}
Referenced by print0x9207().
Initial value:
{
{ 0, N_("Primary image") },
{ 1, N_("Thumbnail/Preview image") },
{ 2, N_("Primary image, Multi page file") },
{ 3, N_("Thumbnail/Preview image, Multi page file") },
{ 4, N_("Primary image, Transparency mask") },
{ 5, N_("Thumbnail/Preview image, Transparency mask") },
{ 6, N_("Primary image, Multi page file, Transparency mask") },
{ 7, N_("Thumbnail/Preview image, Multi page file, Transparency mask") },
{ 7, N_("Thumbnail/Preview image, Multi page file, Transparency mask") }
}
Initial value:
{
{ 0, N_("Normal") },
{ 1, N_("Soft") },
{ 2, N_("Hard") }
}
Referenced by printNormalSoftHard().
Initial value:
{
{ 1, N_("top, left") },
{ 2, N_("top, right") },
{ 3, N_("bottom, right") },
{ 4, N_("bottom, left") },
{ 5, N_("left, top") },
{ 6, N_("right, top") },
{ 7, N_("right, bottom") },
{ 8, N_("left, bottom") },
{ 8, N_("left, bottom") }
}
Referenced by print0x0112().
Initial value:
{
{ 0, N_("White Is Zero") },
{ 1, N_("Black Is Zero") },
{ 2, N_("RGB") },
{ 3, N_("RGB Palette") },
{ 4, N_("Transparency Mask") },
{ 5, N_("CMYK") },
{ 6, N_("YCbCr") },
{ 8, N_("CIELab") },
{ 9, N_("ICCLab") },
{ 10, N_("ITULab") },
{ 32803, N_("Color Filter Array") },
{ 32844, N_("Pixar LogL") },
{ 32845, N_("Pixar LogLuv") },
{ 34892, N_("Linear Raw") }
}
Initial value:
{
{ 1, N_("No prediction scheme used") },
{ 2, N_("Horizontal differencing") }
}
Initial value:
{
{ 1, N_("Unsigned integer data") },
{ 2, N_("Two's complement signed integer data") },
{ 3, N_("IEEE floating point data") },
{ 4, N_("Undefined data format") },
{ 4, N_("Undefined data format") }
}
Initial value:
{
{ 0, N_("Normal") },
{ 1, N_("Low") },
{ 2, N_("High") }
}
Referenced by print0xa409().
Initial value:
{
{ 0, N_("Standard") },
{ 1, N_("Landscape") },
{ 2, N_("Portrait") },
{ 3, N_("Night scene") },
{ 3, N_("Night scene") }
}
Referenced by print0xa406().
Initial value:
{
{ 1, N_("Directly photographed") }
}
Referenced by print0xa301().
Initial value:
{
{ 1, N_("Not defined") },
{ 2, N_("One-chip color area") },
{ 3, N_("Two-chip color area") },
{ 4, N_("Three-chip color area") },
{ 5, N_("Color sequential area") },
{ 7, N_("Trilinear sensor") },
{ 8, N_("Color sequential linear") }
}
Referenced by print0xa217().
Initial value:
{
{ 1, N_("Full-resolution image data") },
{ 2, N_("Reduced-resolution image data") },
{ 3, N_("A single page of a multi-page image") }
}
Initial value:
{
{ 0, N_("Unknown") },
{ 1, N_("Macro") },
{ 2, N_("Close view") },
{ 3, N_("Distant view") },
{ 3, N_("Distant view") }
}
Referenced by print0xa40c().
Initial value:
{
{ 1, N_("No dithering or halftoning") },
{ 2, N_("Ordered dither or halftone technique") },
{ 3, N_("Randomized process") }
}
| const TagDetails Exiv2::Internal::exifUnit[] |
Initial value:
{
{ 1, N_("none") },
{ 2, N_("inch") },
{ 3, N_("cm") }
}
Referenced by printExifUnit().
Initial value:
{
{ 0, N_("Auto") },
{ 1, N_("Manual") }
}
Referenced by print0xa403().
Initial value:
{
{ 1, N_("Centered") },
{ 2, N_("Co-sited") }
}
Referenced by print0x0213().
Initial value:
{
minoltaCs5DId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::minoCs5Def[] |
Initial value:
{
minoltaCs7DId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::minoCs7Def[] |
Initial value:
{
{ 60, ttSignedShort, 1 },
{ 126, ttSignedShort, 1 }
}
Initial value:
{
minoltaCsNewId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedLong, 1 }
}
Initial value:
{
minoltaCsOldId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedLong, 1 }
}
Initial value:
{
nikonAf2Id,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonAf2Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedByte, 1 },
{ 5, ttUnsignedByte, 1 },
{ 6, ttUnsignedByte, 1 },
{ 7, ttUnsignedByte, 1 },
{ 8, ttUnsignedByte, 7 },
{ 16, ttUnsignedShort, 1 },
{ 18, ttUnsignedShort, 1 },
{ 20, ttUnsignedShort, 1 },
{ 22, ttUnsignedShort, 1 },
{ 24, ttUnsignedShort, 1 },
{ 26, ttUnsignedShort, 1 },
{ 28, ttUnsignedShort, 1 },
}
Initial value:
{
nikonAfId,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonAfDef[] |
Initial value:
{
{ 0, ttUnsignedByte, 1 },
{ 1, ttUnsignedByte, 1 },
{ 2, ttUnsignedShort, 1 }
}
Initial value:
{
nikonAFTId,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonAFTDef[] |
Initial value:
{
{ 0, ttUnsignedByte, 1 },
{ 1, ttUnsignedByte, 1 },
{ 2, ttUnsignedByte, 1 }
}
Initial value:
{
nikonCb1Id,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::nikonCb1Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 72, ttUnsignedShort, 4 }
}
Initial value:
{
nikonCb2aId,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
{ 0, ttUndefined, 4 },
{ 18, ttUnsignedShort, 4 }
}
Initial value:
{
nikonCb2bId,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedShort, 140 },
{284, ttUnsignedShort, 3 },
{290, ttUnsignedShort, 4 }
}
Initial value:
{
nikonCb2Id,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::nikonCb2Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 10, ttUnsignedShort, 4 }
}
Initial value:
{
nikonCb3Id,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::nikonCb3Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 20, ttUnsignedShort, 4 }
}
Initial value:
{
nikonCb4Id,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
false,
true,
{ 0, ttUnsignedShort, 1 }
}
| const ArrayDef Exiv2::Internal::nikonCb4Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedShort, 140 },
{284, ttUnsignedShort, 5 },
{294, ttUnsignedShort, 4 }
}
| const ArraySet Exiv2::Internal::nikonCbSet[] |
Initial value:
{
{ nikonCb1Cfg, nikonCb1Def, EXV_COUNTOF(nikonCb1Def) },
{ nikonCb2Cfg, nikonCb2Def, EXV_COUNTOF(nikonCb2Def) },
{ nikonCb2aCfg, nikonCb2aDef, EXV_COUNTOF(nikonCb2aDef) },
{ nikonCb2bCfg, nikonCb2bDef, EXV_COUNTOF(nikonCb2bDef) },
{ nikonCb3Cfg, nikonCb3Def, EXV_COUNTOF(nikonCb3Def) },
{ nikonCb4Cfg, nikonCb4Def, EXV_COUNTOF(nikonCb4Def) }
}
Initial value:
{
nikonFiId,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonFiDef[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 6, ttUnsignedShort, 1 },
{ 8, ttUnsignedShort, 1 }
}
Initial value:
{
nikonFl1Id,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonFl1Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedByte, 1 },
{ 6, ttUnsignedShort, 1 },
{ 8, ttUnsignedByte, 1 },
{ 11, ttUnsignedByte, 1 },
{ 12, ttUnsignedByte, 1 },
{ 13, ttUnsignedByte, 1 },
{ 14, ttUnsignedByte, 1 },
{ 15, ttUnsignedByte, 1 },
{ 16, ttUnsignedByte, 1 }
}
Initial value:
{
nikonFl2Id,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonFl2Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedByte, 1 },
{ 6, ttUnsignedShort, 1 },
{ 8, ttUnsignedByte, 1 },
{ 12, ttUnsignedByte, 1 },
{ 13, ttUnsignedByte, 1 },
{ 14, ttUnsignedByte, 1 },
{ 15, ttUnsignedByte, 1 },
}
Initial value:
{
nikonFl3Id,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonFl3Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedByte, 1 },
{ 6, ttUnsignedShort, 1 },
{ 8, ttUnsignedByte, 1 },
{ 12, ttUnsignedByte, 1 },
{ 13, ttUnsignedByte, 1 },
{ 14, ttUnsignedByte, 1 },
{ 15, ttUnsignedByte, 1 },
{ 16, ttUnsignedByte, 1 },
}
| const ArraySet Exiv2::Internal::nikonFlSet[] |
Initial value:
{
{ nikonFl1Cfg, nikonFl1Def, EXV_COUNTOF(nikonFl1Def) },
{ nikonFl2Cfg, nikonFl2Def, EXV_COUNTOF(nikonFl2Def) },
{ nikonFl3Cfg, nikonFl3Def, EXV_COUNTOF(nikonFl3Def) }
}
Initial value:
{
nikonIiId,
bigEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonIiDef[] |
Initial value:
{
{ 0, ttUnsignedByte, 1 },
{ 4, ttUnsignedShort, 1 },
{ 6, ttUnsignedByte, 1 },
{ 10, ttUnsignedShort, 1 },
{ 13, ttUnsignedByte, 1 }
}
Initial value:
{
nikonLd1Id,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
true,
false,
{ 0, ttUnsignedByte, 1 }
}
Initial value:
{
nikonLd2Id,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
true,
false,
{ 0, ttUnsignedByte, 1 }
}
Initial value:
{
nikonLd3Id,
invalidByteOrder,
ttUndefined,
nikonCrypt,
false,
true,
false,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonLdDef[] |
| const ArraySet Exiv2::Internal::nikonLdSet[] |
Initial value:
{
{ nikonLd1Cfg, nikonLdDef, EXV_COUNTOF(nikonLdDef) },
{ nikonLd2Cfg, nikonLdDef, EXV_COUNTOF(nikonLdDef) },
{ nikonLd3Cfg, nikonLdDef, EXV_COUNTOF(nikonLdDef) }
}
Initial value:
{
nikonMeId,
littleEndian,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonMeDef[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttUnsignedLong, 1 },
{ 8, ttUnsignedLong, 1 },
{ 12, ttUnsignedLong, 1 }
}
Initial value:
{
nikonPcId,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonPcDef[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 4, ttAsciiString, 20 },
{ 24, ttAsciiString, 20 },
{ 48, ttUnsignedByte, 1 },
{ 49, ttUnsignedByte, 1 },
{ 50, ttUnsignedByte, 1 },
{ 51, ttUnsignedByte, 1 },
{ 52, ttUnsignedByte, 1 },
{ 53, ttUnsignedByte, 1 },
{ 54, ttUnsignedByte, 1 },
{ 55, ttUnsignedByte, 1 },
{ 56, ttUnsignedByte, 1 },
{ 57, ttUnsignedByte, 1 }
}
Initial value:
{
nikonSi1Id,
bigEndian,
ttUndefined,
nikonCrypt,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonSi1Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 586, ttUnsignedLong, 1 },
{ 1155, ttUnsignedByte, 1 }
}
Initial value:
{
nikonSi2Id,
bigEndian,
ttUndefined,
nikonCrypt,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonSi2Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 582, ttUnsignedLong, 1 },
{ 738, ttUnsignedByte, 1 },
{ 1112, ttUnsignedByte, 1 }
}
Initial value:
{
nikonSi3Id,
bigEndian,
ttUndefined,
nikonCrypt,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonSi3Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 604, ttUnsignedByte, 1 },
{ 633, ttUnsignedLong, 1 },
{ 721, ttUnsignedShort, 1 },
{ 814, ttUndefined, 4478 }
}
Initial value:
{
nikonSi4Id,
bigEndian,
ttUndefined,
nikonCrypt,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonSi4Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 644, ttUnsignedLong, 1 },
{ 732, ttUnsignedShort, 1 },
{ 826, ttUndefined, 4478 }
}
Initial value:
{
nikonSi5Id,
bigEndian,
ttUndefined,
nikonCrypt,
false,
false,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonSi5Def[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 106, ttUnsignedLong, 1 },
{ 110, ttUnsignedLong, 1 },
{ 117, ttUnsignedByte, 1 },
{ 130, ttUnsignedByte, 1 },
{ 343, ttUndefined, 2 },
{ 430, ttUnsignedByte, 1 },
{ 598, ttUnsignedByte, 1 },
{ 630, ttUnsignedLong, 1 }
}
Initial value:
{
nikonSi6Id,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArraySet Exiv2::Internal::nikonSiSet[] |
Initial value:
{
{ nikonSi1Cfg, nikonSi1Def, EXV_COUNTOF(nikonSi1Def) },
{ nikonSi2Cfg, nikonSi2Def, EXV_COUNTOF(nikonSi2Def) },
{ nikonSi3Cfg, nikonSi3Def, EXV_COUNTOF(nikonSi3Def) },
{ nikonSi4Cfg, nikonSi4Def, EXV_COUNTOF(nikonSi4Def) },
{ nikonSi5Cfg, nikonSi5Def, EXV_COUNTOF(nikonSi5Def) },
{ nikonSi6Cfg, nikonSi5Def, EXV_COUNTOF(nikonSi5Def) }
}
Initial value:
{
nikonVrId,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonVrDef[] |
Initial value:
{
{ 0, ttUndefined, 4 },
{ 7, ttUnsignedByte, 1 }
}
Initial value:
{
nikonWtId,
invalidByteOrder,
ttUndefined,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedByte, 1 }
}
| const ArrayDef Exiv2::Internal::nikonWtDef[] |
Initial value:
{
{ 0, ttSignedShort, 1 },
{ 2, ttUnsignedByte, 1 },
{ 3, ttUnsignedByte, 1 }
}
Initial value:
{
samsungPwId,
invalidByteOrder,
ttUnsignedShort,
notEncrypted,
false,
true,
true,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
{ 0, ttUnsignedShort, 1 },
{ 2, ttUnsignedShort, 1 },
{ 4, ttUnsignedShort, 1 },
{ 6, ttUnsignedShort, 1 },
{ 8, ttUnsignedShort, 1 }
}
Initial value:
{
sony1Cs2Id,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
sony1CsId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
| const ArraySet Exiv2::Internal::sony1CsSet[] |
Initial value:
{
{ sony1CsCfg, sonyCsDef, EXV_COUNTOF(sonyCsDef) },
{ sony1Cs2Cfg, sonyCs2Def, EXV_COUNTOF(sonyCs2Def) }
}
Initial value:
{
sony1MltCs7DId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
sony1MltCsA100Id,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
{ 112, ttSignedShort, 1 },
{ 116, ttSignedShort, 1 },
{ 190, ttSignedShort, 1 }
}
Initial value:
{
sony1MltCsNewId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedLong, 1 }
}
Initial value:
{
sony1MltCsOldId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedLong, 1 }
}
Initial value:
{
sony2Cs2Id,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
Initial value:
{
sony2CsId,
bigEndian,
ttUndefined,
notEncrypted,
false,
false,
false,
{ 0, ttUnsignedShort, 1 }
}
| const ArraySet Exiv2::Internal::sony2CsSet[] |
Initial value:
{
{ sony2CsCfg, sonyCsDef, EXV_COUNTOF(sonyCsDef) },
{ sony2Cs2Cfg, sonyCs2Def, EXV_COUNTOF(sonyCs2Def) }
}
| const ArrayDef Exiv2::Internal::sonyCs2Def[] |
| const ArrayDef Exiv2::Internal::sonyCsDef[] |
1.5.6