Exiv2
Classes | Namespaces | Typedefs
preview.hpp File Reference

Classes to access all preview images embedded in an image. More...

#include "exiv2lib_export.h"
#include "image.hpp"

Go to the source code of this file.

Classes

struct  Exiv2::PreviewProperties
 Preview image properties. More...
 
class  Exiv2::PreviewImage
 Class that holds preview image properties and data buffer. More...
 
class  Exiv2::PreviewManager
 Class for extracting preview images from image metadata. 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.
 

Typedefs

typedef int Exiv2::PreviewId
 Type of preview image.
 
typedef std::vector< PreviewProperties > Exiv2::PreviewPropertiesList
 Container type to hold all preview images metadata.
 

Detailed Description

Classes to access all preview images embedded in an image.

Author
Vladimir Nadvornik (vn) nadvornik@suse.cz
Date
18-Sep-08, vn: created