34#include "exiv2lib_export.h"
105 void doWriteMetadata(
BasicIo& oIo);
107 byte readPgfMagicNumber(
BasicIo& iIo);
109 uint32_t readPgfHeaderSize(
BasicIo& iIo);
111 DataBuf readPgfHeaderStructure(
BasicIo& iIo,
int& width,
int & height);
129 EXIV2API
bool isPgfType(BasicIo& iIo,
bool advance);
An interface for simple binary IO.
Definition: basicio.hpp:55
std::auto_ptr< BasicIo > AutoPtr
BasicIo auto_ptr type.
Definition: basicio.hpp:58
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition: types.hpp:204
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2...
Definition: image.hpp:81
std::auto_ptr< Image > AutoPtr
Image auto_ptr type.
Definition: image.hpp:84
Class to access PGF images. Exif and IPTC metadata are supported directly.
Definition: pgfimage.hpp:57
std::string mimeType() const
Return the MIME type of the image.
Definition: pgfimage.hpp:87
const int pgf
PGF image type (see class PgfImage)
Definition: pgfimage.hpp:50
Provides classes and functions to encode and decode Exif and Iptc data. The libexiv2 API consists of ...
Definition: asfvideo.hpp:36
EXIV2API bool isPgfType(BasicIo &iIo, bool advance)
Check if the file iIo is a PGF image.
Definition: pgfimage.cpp:333
@ string
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