#include "types.hpp"
#include "basicio.hpp"
#include <string>
#include <map>
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
namespace | Exiv2::ImageType |
Classes | |
class | Exiv2::Image |
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2 library. More... | |
class | Exiv2::ImageFactory |
Returns an Image instance of the specified type. More... | |
struct | Exiv2::ImageFactory::Registry |
Struct for storing image types and function pointers. | |
class | Exiv2::TiffHeader |
Helper class modelling the TIFF header structure. More... | |
Typedefs | |
typedef std::vector< byte > | Exiv2::Blob |
Container for binary image. | |
typedef Image::AutoPtr(* | Exiv2::NewInstanceFct )(BasicIo::AutoPtr io, bool create) |
Type for function pointer that creates new Image instances. | |
typedef bool(* | Exiv2::IsThisTypeFct )(BasicIo &iIo, bool advance) |
Type for function pointer that checks image types. | |
Functions | |
void | Exiv2::append (Blob &blob, const byte *buf, uint32_t len) |
Append len bytes pointed to by buf to blob. | |
Variables | |
const int | Exiv2::ImageType::none = 0 |
Not an image. |
Brad Schick (brad) brad@robotbattle.com