#include <jpgimage.hpp>
Inheritance diagram for Exiv2::ExvImage:
Public Member Functions | |
Creators | |
ExvImage (BasicIo::AutoPtr io, bool create) | |
Constructor that can either open an existing Exv image or create a new image from scratch. If a new image is to be created, any existing data is overwritten. Since the constructor can not return a result, callers should check the good() method after object construction to determine success or failure. | |
~ExvImage () | |
Destructor. | |
Protected Member Functions | |
Accessors | |
virtual bool | isThisType (BasicIo &iIo, bool advance) const |
Determine if the content of the BasicIo instance is an Exv image. See base class for more details. | |
Manipulators | |
int | writeHeader (BasicIo &oIo) const |
Friends | |
bool | isExvType (BasicIo &iIo, bool advance) |
Check if the file iIo is an EXV file. |
|
Constructor that can either open an existing Exv image or create a new image from scratch. If a new image is to be created, any existing data is overwritten. Since the constructor can not return a result, callers should check the good() method after object construction to determine success or failure.
|
|
Determine if the content of the BasicIo instance is an Exv image. See base class for more details.
Implements Exiv2::JpegBase. |
|
Implements Exiv2::JpegBase. |