#include "types.hpp"
#include <string>
#include <map>
#include <memory>
Include dependency graph for image.hpp:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | Exiv2 |
Classes | |
class | Exiv2::Image |
Abstract base class defining the interface for an image. More... | |
class | Exiv2::ImageFactory |
Image factory. More... | |
struct | Exiv2::ImageFactory::ImageFcts |
Struct for storing image function pointers. | |
class | Exiv2::JpegBase |
Abstract helper base class to access JPEG images. More... | |
class | Exiv2::JpegImage |
Helper class to access JPEG images. More... | |
class | Exiv2::ExvImage |
Helper class to access Exiv2 files. More... | |
class | Exiv2::TiffHeader |
Helper class modelling the TIFF header structure. More... | |
Typedefs | |
typedef Image::AutoPtr(* | NewInstanceFct )(const std::string &path, bool create) |
Type for function pointer that creates new Image instances. | |
typedef bool(* | IsThisTypeFct )(FILE *ifp, bool advance) |
Type for function pointer that checks image types. |
Brad Schick (brad) brad@robotbattle.com