Action::Adjust | Adjust the Exif (or other metadata) timestamps |
Exiv2::AnyError | Error class interface. Allows the definition and use of a hierarchy of error classes which can all be handled in one catch block. Inherits from the standard exception base-class, to make life easier for library users (they have the option of catching most things via std::exception) |
Exiv2::Internal::ArrayCfg | Additional configuration for a binary array |
Exiv2::Internal::ArrayDef | Defines one tag in a binary array |
Exiv2::Internal::ArraySet | Combination of array configuration and definition for arrays |
Exiv2::AsciiValue | Value for an Ascii string type |
Exiv2::BasicIo | An interface for simple binary IO |
Exiv2::BmpImage | Class to access Windows bitmaps. This is just a stub - we only read width and height |
Exiv2::CanonMakerNote | MakerNote for Canon cameras |
Exiv2::Internal::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) |
Exiv2::Internal::CiffDirectory | This class models a CIFF directory of a CRW (Canon Raw data) image |
Exiv2::Internal::CiffEntry | This class models one directory entry of a CIFF directory of a CRW (Canon Raw data) image |
Exiv2::Internal::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 |
CmdIdAndString | Structure to link command identifiers to strings |
Exiv2::CommentValue | Value for an Exif comment |
Exiv2::CommentValue::CharsetInfo | Charset information lookup functions. Implemented as a static class |
Exiv2::CommentValue::CharsetTable | Information pertaining to the defined character sets |
Exiv2::Converter | Metadata conversions |
Exiv2::Converter::Conversion | Structure to define conversions between two keys |
Exiv2::Internal::Cr2Header | Canon CR2 header structure |
Exiv2::Cr2Image | Class to access raw Canon CR2 images. Exif metadata is supported directly, IPTC is read from the Exif data, if present |
Exiv2::Cr2Parser | Stateless parser class for data in CR2 format. Images use this class to decode and encode CR2 data. See class TiffParser for details |
Exiv2::CrwImage | Class to access raw Canon CRW images. Only Exif metadata and a comment are supported. CRW format does not contain IPTC metadata |
Exiv2::Internal::CrwMap | Static class providing mapping functionality from CRW entries to image metadata and vice versa |
Exiv2::Internal::CrwMapping | Structure for a mapping table for conversion of CIFF entries to image metadata and vice versa |
Exiv2::CrwParser | |
Exiv2::Internal::CrwSubDir | Structure for the CIFF directory hierarchy |
Exiv2::DataBuf | Utility class containing a character array. All it does is to take care of memory allocation and deletion. Its primary use is meant to be as a stack variable in functions that need a temporary data buffer |
Exiv2::DataBufRef | Auxiliary type to enable copies and assignments, similar to std::auto_ptr_ref. See http://www.josuttis.com/libbook/auto_ptr.html for a discussion |
Exiv2::DataSet | Details of an IPTC dataset |
Exiv2::DataValue | Value for an undefined data type |
Exiv2::DateValue | Value for simple ISO 8601 dates |
Exiv2::DateValue::Date | Simple Date helper structure |
Action::Erase | Erase the entire exif data or only the thumbnail section |
Exiv2::Error | Simple error class used for exceptions. An output operator is provided to print errors to a stream |
Exiv2::ExifData | A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifdatum objects |
Exiv2::Exifdatum | An Exif metadatum, consisting of an ExifKey and a Value and methods to manipulate these |
Exiv2::ExifKey | Concrete keys for Exif metadata |
Exiv2::ExifParser | Stateless parser class for Exif data. Images use this class to decode and encode binary Exif data |
Exiv2::ExifTags | Exif tag reference, implemented as a static class |
Exiv2::ExifThumb | Access and modify an Exif thumbnail image. This class implements manipulators to set and erase the thumbnail image that is optionally embedded in IFD1 of the Exif data. Accessors are provided by the base class, ExifThumbC |
Exiv2::ExifThumbC | Access to a Exif thumbnail image. This class provides higher level accessors to the thumbnail image that is optionally embedded in IFD1 of the Exif data. These methods do not write to the Exif metadata. Manipulators are provided in subclass ExifThumb |
Action::Extract | Extract the entire exif data or only the thumbnail section |
Exiv2::ExvImage | Helper class to access Exiv2 files |
Exiv2::FileIo | Provides binary file IO by implementing the BasicIo interface |
Exiv2::Internal::FindExifdatum | Unary predicate that matches an Exifdatum with a given IfdId |
Action::FixIso | Copy ISO settings from any of the Nikon makernotes to the regular Exif tag, Exif.Photo.ISOSpeedRatings |
Exiv2::FujiMakerNote | MakerNote for Fujifilm cameras |
Exiv2::Internal::FujiMnHeader | Header of a Fujifilm Makernote |
Util::Getopt | Parse the command line options of a program |
Exiv2::GifImage | Class to access raw GIF images. Exif/IPTC metadata are supported directly |
Exiv2::IfdInfo | The details of an IFD |
Exiv2::Image | Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2 library |
Exiv2::ImageFactory | Returns an Image instance of the specified type |
Action::Insert | Insert the Exif data from corresponding *.exv files |
Exiv2::IoCloser | Utility class that closes a BasicIo instance upon destruction. Meant to be used as a stack variable in functions that need to ensure BasicIo instances get closed. Useful when functions return errors from many locations |
Exiv2::Internal::IoWrapper | Simple IO wrapper to ensure that the header is only written if there is any other data at all |
Exiv2::IptcData | A container for IPTC data. This is a top-level class of the Exiv2 library |
Exiv2::IptcDataSets | IPTC dataset reference, implemented as a static class |
Exiv2::Iptcdatum | An IPTC metadatum ("dataset"), consisting of an IptcKey and a Value and methods to manipulate these |
Exiv2::IptcKey | Concrete keys for IPTC metadata |
Exiv2::IptcParser | Stateless parser class for IPTC data. Images use this class to decode and encode binary IPTC data |
Jp2BoxHeader | IGNORE |
Exiv2::Jp2Image | Class to access JPEG-2000 images |
Exiv2::JpegBase | Abstract helper base class to access JPEG images |
Exiv2::JpegImage | Class to access JPEG images |
Exiv2::Key | Abstract base class defining the Key of a metadatum. Keys are used to identify and group metadata |
Exiv2::LangAltValue | Value type for XMP language alternative properties |
Exiv2::MemIo | Provides binary IO on blocks of memory by implementing the BasicIo interface. A copy-on-write implementation ensures that the data passed in is only copied when necessary, i.e., as soon as data is written to the MemIo. The original data is only used for reading. If writes are performed, the changed data can be retrieved using the read methods (since the data used in construction is never modified) |
Exiv2::Metadatum | Abstract base class defining the interface to access information related to one metadata tag |
Exiv2::MinoltaMakerNote | MakerNote for Minolta cameras |
Exiv2::Internal::MnHeader | Makernote header interface. This class is used with TIFF makernotes |
Action::Modify | Modify the Exif data according to the commands in the modification table |
ModifyCmd | Structure for one parsed modification command |
Exiv2::MrwImage | Class to access raw Minolta MRW images. Exif metadata is supported directly, IPTC is read from the Exif data, if present |
Exiv2::Nikon1MakerNote | A MakerNote format used by Nikon cameras, such as the E990 and D1 |
Exiv2::Nikon2MakerNote | A second MakerNote format used by Nikon cameras, including the E700, E800, E900, E900S, E910, E950 |
Exiv2::Internal::Nikon2MnHeader | Header of a Nikon 2 Makernote |
Exiv2::Nikon3MakerNote | A third MakerNote format used by Nikon cameras, e.g., E5400, SQ, D2H, D70 |
Exiv2::Internal::Nikon3MnHeader | Header of a Nikon 3 Makernote |
Exiv2::Internal::NikonArrayIdx | Structure for an index into the array set of complex binary arrays |
Exiv2::Internal::NikonArrayIdx::Key | Key for comparisons |
Exiv2::Internal::Olympus2MnHeader | Header of an Olympus II Makernote |
Exiv2::OlympusMakerNote | MakerNote for Olympus cameras |
Exiv2::Internal::OlympusMnHeader | Header of an Olympus Makernote |
Exiv2::Internal::OrfHeader | Olympus ORF header structure |
Exiv2::OrfImage | Class to access raw Olympus ORF images. Exif metadata is supported directly, IPTC is read from the Exif data, if present |
Exiv2::OrfParser | Stateless parser class for data in ORF format. Images use this class to decode and encode ORF data. See class TiffParser for details |
Exiv2::PanasonicMakerNote | MakerNote for Panasonic cameras |
Exiv2::Internal::PanasonicMnHeader | Header of a Panasonic Makernote |
Params | Implements the command line handling for the program |
Params::YodAdjust | Structure for year, month and day adjustment command line arguments |
Exiv2::PentaxMakerNote | MakerNote for Pentaxfilm cameras |
Exiv2::Internal::PentaxMnHeader | Header of an Pentax Makernote |
Exiv2::PgfImage | Class to access PGF images. Exif and IPTC metadata are supported directly |
Exiv2::Photoshop | Helper class, has methods to deal with Photoshop "Information Resource Blocks" (IRBs) |
PhotoshopResourceBlock | IGNORE |
Exiv2::Internal::PngChunk | Stateless parser class for data in PNG chunk format. Images use this class to decode and encode PNG-based data |
Exiv2::PngImage | Class to access PNG images. Exif and IPTC metadata are supported directly |
Exiv2::PreviewImage | Class that holds preview image properties and data buffer |
Exiv2::PreviewManager | Class for extracting preview images from image metadata |
Exiv2::PreviewProperties | Preview image properties |
Action::Print | Print the Exif (or other metadata) of a file to stdout |
Exiv2::PsdImage | Class to access raw Photoshop images |
Exiv2::RafImage | Class to access raw Fujifilm RAF images. Exif metadata is supported directly, IPTC is read from the Exif data, if present |
Exiv2::RecordInfo | Details of an IPTC record |
Action::Rename | Rename a file to its metadate creation timestamp, in the specified format |
Exiv2::Internal::Rw2Header | Panasonic RW2 header structure |
Exiv2::Rw2Image | Class to access raw Panasonic RW2 images. Exif metadata is supported directly, IPTC and XMP are read from the Exif data, if present |
Exiv2::Rw2Parser | Stateless parser class for data in RW2 format. Images use this class to decode and encode RW2 data. Only decoding is currently implemented. See class TiffParser for details |
Exiv2::SectionInfo | The details of a section |
Exiv2::SigmaMakerNote | MakerNote for Sigma (Foveon) cameras |
Exiv2::Internal::SigmaMnHeader | Header of a Sigma Makernote |
Exiv2::SonyMakerNote | MakerNote for Sony cameras |
Exiv2::Internal::SonyMnHeader | Header of a Sony Makernote |
Exiv2::StringValue | Value for string type |
Exiv2::StringValueBase | Abstract base class for a string based Value type |
Exiv2::TagDetails | Helper structure for lookup tables for translations of numeric tag values to human readable labels |
Exiv2::TagDetailsBitmask | Helper structure for lookup tables for translations of bitmask values to human readable labels |
Exiv2::TagInfo | Tag information |
Exiv2::TagVocabulary | Helper structure for lookup tables for translations of controlled vocabulary strings to their descriptions |
Action::Task | Abstract base class for all concrete actions |
Action::TaskFactory | Task factory |
Exiv2::TgaImage | Class to access raw TARGA images. This is just a stub - we only read width and height |
Exiv2::Internal::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 |
Exiv2::Internal::TiffBinaryElement | Element of a TiffBinaryArray |
Exiv2::Internal::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 |
Exiv2::Internal::TiffCreator | TIFF component factory |
Exiv2::Internal::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 |
Exiv2::Internal::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) |
Exiv2::Internal::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 |
Exiv2::Internal::TiffDirectory | This class models a TIFF directory (Ifd). It is a composite component of the TIFF tree |
Exiv2::Internal::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 |
Exiv2::Internal::TiffEntry | A standard TIFF IFD entry |
Exiv2::Internal::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 |
Exiv2::Internal::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() |
Exiv2::Internal::TiffGroupInfo | Structure for group and group name info |
Exiv2::Internal::TiffGroupStruct | Data structure used as a row (element) of a table (array) defining the TIFF component used for each tag in a group |
Exiv2::Internal::TiffGroupStruct::Key | Search key for TIFF group structure |
Exiv2::Internal::TiffHeader | Standard TIFF header structure |
Exiv2::Internal::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 |
Exiv2::Internal::TiffIfdMakernote | Tiff IFD Makernote. This is a concrete class suitable for all IFD makernotes |
Exiv2::TiffImage | Class to access TIFF images. Exif metadata is supported directly, IPTC is read from the Exif data, if present |
Exiv2::Internal::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 |
Exiv2::Internal::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 |
Exiv2::Internal::TiffMappingInfo | TIFF mapping table for functions to decode special cases |
Exiv2::Internal::TiffMappingInfo::Key | Search key for TIFF mapping structures |
Exiv2::Internal::TiffMnCreator | TIFF makernote factory for concrete TIFF makernotes |
Exiv2::Internal::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 |
Exiv2::Internal::TiffMnRegistry | Makernote registry structure |
Exiv2::TiffParser | Stateless parser class for data in TIFF format. Images use this class to decode and encode TIFF data. It is a wrapper of the internal class Internal::TiffParserWorker |
Exiv2::Internal::TiffParserWorker | Stateless parser class for data in TIFF format. Images use this class to decode and encode TIFF-based data |
Exiv2::Internal::TiffPathItem | A tupel consisting of extended Tag and group used as an item in TIFF paths |
Exiv2::Internal::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 |
Exiv2::Internal::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) |
Exiv2::Internal::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 |
Exiv2::Internal::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 |
Exiv2::Internal::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 |
Exiv2::Internal::TiffTreeStruct::Key | Search key for TIFF tree structure |
Exiv2::Internal::TiffVisitor | Abstract base class defining the interface for TIFF composite vistors (Visitor pattern) |
Exiv2::TimeValue | Value for simple ISO 8601 times |
Exiv2::TimeValue::Time | Simple Time helper structure |
Exiv2::TypeInfo | Type information lookup functions. Implemented as a static class |
Exiv2::Value | Common interface for all types of values used with metadata |
Exiv2::ValueType< T > | Template for a Value of a basic type. This is used for unsigned and signed short, long and rationals |
Exiv2::XmpArrayValue | Value type for simple arrays. Each item in the array is a simple value, without qualifiers. The array may be an ordered (seq), unordered (bag) or alternative array (alt). The array items must not contain qualifiers. For language alternatives use LangAltValue |
Exiv2::XmpData | A container for XMP data. This is a top-level class of the Exiv2 library |
Exiv2::Xmpdatum | Information related to an XMP property. An XMP metadatum consists of an XmpKey and a Value and provides methods to manipulate these |
Exiv2::Xmpdatum::Impl | Internal Pimpl structure of class Xmpdatum |
Exiv2::XmpKey | Concrete keys for XMP metadata |
Exiv2::XmpKey::Impl | IGNORE Internal Pimpl structure with private members and data of class XmpKey |
Exiv2::XmpNsInfo | Structure mapping XMP namespaces and (preferred) prefixes |
Exiv2::XmpNsInfo::Ns | For comparison with namespace |
Exiv2::XmpNsInfo::Prefix | For comparison with prefix |
Exiv2::XmpParser | Stateless parser class for XMP packets. Images use this class to parse and serialize XMP packets. The parser uses the XMP toolkit to do the job |
Exiv2::XmpProperties | XMP property reference, implemented as a static class |
Exiv2::XmpPropertyInfo | Information about one XMP property |
Exiv2::XmpSidecar | Class to access XMP sidecar files. They contain only XMP metadata |
Exiv2::XmpTextValue | Value type suitable for simple XMP properties and XMP nodes of complex types which are not parsed into specific values |
Exiv2::XmpValue | Base class for all Exiv2 values used to store XMP property values |