#include "exif.hpp"
#include "iptc.hpp"
#include "image.hpp"
#include "types.hpp"
#include <string>
Include dependency graph for gifimage.hpp:
Namespaces | |
namespace | Exiv2 |
namespace | Exiv2::ImageType |
Classes | |
class | Exiv2::GifImage |
Class to access raw GIF images. Exif/IPTC metadata are supported directly. More... | |
Functions | |
EXIV2API Image::AutoPtr | newGifInstance (BasicIo::AutoPtr io, bool create) |
Create a new GifImage instance and return an auto-pointer to it. Caller owns the returned object and the auto-pointer ensures that it will be deleted. | |
EXIV2API bool | isGifType (BasicIo &iIo, bool advance) |
Check if the file iIo is a GIF image. | |
Variables | |
const int | gif = 11 |
GIF image type (see class GifImage). |