34 #include "exiv2lib_export.h" 105 void doWriteMetadata(
BasicIo& oIo);
109 uint32_t readPgfHeaderSize(
BasicIo& iIo);
111 DataBuf readPgfHeaderStructure(
BasicIo& iIo,
int& width,
int & height);
129 EXIV2API
bool isPgfType(BasicIo& iIo,
bool advance);
133 #endif // #ifndef PGFIMAGE_HPP_ An interface for simple binary IO.
Definition: basicio.hpp:55
std::auto_ptr< Image > AutoPtr
Image auto_ptr type.
Definition: image.hpp:84
EXIV2API bool isPgfType(BasicIo &iIo, bool advance)
Check if the file iIo is a PGF image.
Definition: pgfimage.cpp:333
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:204
Class to access PGF images. Exif and IPTC metadata are supported directly.
Definition: pgfimage.hpp:57
uint8_t byte
1 byte unsigned integer type.
Definition: types.hpp:105
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2...
Definition: image.hpp:81
std::string mimeType() const
Return the MIME type of the image.
Definition: pgfimage.hpp:87
std::auto_ptr< BasicIo > AutoPtr
BasicIo auto_ptr type.
Definition: basicio.hpp:58
IPTC string type.
Definition: types.hpp:147
EXIV2API Image::AutoPtr newPgfInstance(BasicIo::AutoPtr io, bool create)
Create a new PgfImage instance and return an auto-pointer to it. Caller owns the returned object and ...
Definition: pgfimage.cpp:323
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
const int pgf
PGF image type (see class PgfImage)
Definition: pgfimage.hpp:50