7#include "exiv2lib_export.h"
12#include "image_types.hpp"
14#include "xmp_exiv2.hpp"
76 virtual void printStructure(std::ostream& out,
PrintStructureOption option = kpsNone,
size_t depth = 0);
109 virtual void setExifData(
const ExifData& exifData);
114 virtual void clearExifData();
120 virtual void setIptcData(
const IptcData& iptcData);
125 virtual void clearIptcData();
137 virtual void setXmpPacket(
const std::string& xmpPacket);
150 virtual void clearXmpPacket();
163 virtual void setXmpData(
const XmpData& xmpData);
177 virtual void clearXmpData();
180 virtual void setComment(
const std::string& comment);
186 virtual void clearComment();
193 virtual void setIccProfile(
DataBuf&& iccProfile,
bool bTestValid =
true);
198 virtual void clearIccProfile();
203 return !iccProfile_.empty();
219 virtual void setMetadata(
const Image& image);
224 virtual void clearMetadata();
264 virtual std::string& xmpPacket();
279 void writeXmpFromPacket(
bool flag);
302 char c,
size_t depth);
307 static bool isBigEndianPlatform();
312 static bool isLittleEndianPlatform();
314 static bool isStringType(uint16_t type);
315 static bool isShortType(uint16_t type);
316 static bool isLongType(uint16_t type);
317 static bool isLongLongType(uint16_t type);
318 static bool isRationalType(uint16_t type);
319 static bool is2ByteType(uint16_t type);
320 static bool is4ByteType(uint16_t type);
321 static bool is8ByteType(uint16_t type);
325 static uint64_t byteSwap(uint64_t value,
bool bSwap);
326 static uint32_t byteSwap(uint32_t value,
bool bSwap);
327 static uint16_t byteSwap(uint16_t value,
bool bSwap);
328 static uint16_t byteSwap2(
const DataBuf& buf,
size_t offset,
bool bSwap);
329 static uint32_t byteSwap4(
const DataBuf& buf,
size_t offset,
bool bSwap);
330 static uint64_t byteSwap8(
const DataBuf& buf,
size_t offset,
bool bSwap);
340 [[nodiscard]]
ByteOrder byteOrder()
const;
345 [[nodiscard]]
bool good()
const;
356 [[nodiscard]]
virtual std::string
mimeType()
const = 0;
360 [[nodiscard]]
virtual uint32_t pixelWidth()
const;
364 [[nodiscard]]
virtual uint32_t pixelHeight()
const;
376 [[nodiscard]]
virtual const ExifData& exifData()
const;
388 [[nodiscard]]
virtual const IptcData& iptcData()
const;
400 [[nodiscard]]
virtual const XmpData& xmpData()
const;
404 [[nodiscard]]
virtual std::string
comment()
const;
408 [[nodiscard]]
virtual const std::string& xmpPacket()
const;
423 [[nodiscard]]
virtual BasicIo& io()
const;
435 [[nodiscard]]
bool supportsMetadata(
MetadataId metadataId)
const;
437 [[nodiscard]]
bool writeXmpFromPacket()
const;
444 imageType_ = imageType;
445 supportedMetadata_ = supportedMetadata;
470 uint32_t pixelWidth_{0};
471 uint32_t pixelHeight_{0};
475 const std::string& tagName(uint16_t tag);
478 static const char* typeName(uint16_t tag);
483 uint16_t supportedMetadata_;
484#ifdef EXV_HAVE_XMP_TOOLKIT
485 bool writeXmpFromPacket_{
false};
487 bool writeXmpFromPacket_{
true};
489 ByteOrder byteOrder_{invalidByteOrder};
491 std::map<int, std::string> tags_;
507 friend bool Image::good()
const;
An interface for simple binary IO.
Definition basicio.hpp:35
std::unique_ptr< BasicIo > UniquePtr
BasicIo auto_ptr type.
Definition basicio.hpp:38
A container for Exif data. This is a top-level class of the Exiv2 library. The container holds Exifda...
Definition exif.hpp:379
Returns an Image instance of the specified type.
Definition image.hpp:506
static Image::UniquePtr create(ImageType type, const std::string &path)
Create an Image subclass of the requested type by creating a new image file. If the file already exis...
Abstract base class defining the interface for an image. This is the top-level interface to the Exiv2...
Definition image.hpp:50
ImageType imageType() const
set type support for this image format
Definition image.hpp:449
virtual void readMetadata()=0
Read all metadata supported by a specific image format from the image. Before this method is called,...
Image & operator=(const Image &)=delete
Assignment operator.
virtual std::string mimeType() const =0
Return the MIME type of the image.
BasicIo::UniquePtr io_
Image data IO pointer.
Definition image.hpp:463
virtual const DataBuf & iccProfile() const
return iccProfile
Definition image.hpp:209
NativePreviewList nativePreviews_
list of native previews
Definition image.hpp:472
virtual ~Image()=default
Virtual Destructor.
ExifData exifData_
Exif data container.
Definition image.hpp:464
std::string xmpPacket_
XMP packet.
Definition image.hpp:469
virtual bool iccProfileDefined()
Returns the status of the ICC profile in the image instance.
Definition image.hpp:202
Image(const Image &)=delete
Copy constructor.
IptcData iptcData_
IPTC data container.
Definition image.hpp:465
void setTypeSupported(ImageType imageType, uint16_t supportedMetadata)
set type support for this image format
Definition image.hpp:443
std::string comment_
User comment.
Definition image.hpp:468
std::unique_ptr< Image > UniquePtr
Image auto_ptr type.
Definition image.hpp:53
virtual void writeMetadata()=0
Write metadata back to the image.
DataBuf iccProfile_
ICC buffer (binary data)
Definition image.hpp:467
XmpData xmpData_
XMP data container.
Definition image.hpp:466
A container for IPTC data. This is a top-level class of the Exiv2 library.
Definition iptc.hpp:153
A container for XMP data. This is a top-level class of the Exiv2 library.
Definition xmp_exiv2.hpp:138
Encoding and decoding of Exif data.
Encoding and decoding of IPTC data.
Class CrwImage to access Canon CRW images. References: The Canon RAW (CRW) File Format by Phil Harv...
Definition asfvideo.hpp:15
PrintStructureOption
Options for printStructure.
Definition image.hpp:38
Image::UniquePtr(*)(BasicIo::UniquePtr io, bool create) NewInstanceFct
Type for function pointer that creates new Image instances.
Definition image.hpp:497
@ comment
Exiv2 type for the Exif user comment.
Definition types.hpp:90
bool(*)(BasicIo &iIo, bool advance) IsThisTypeFct
Type for function pointer that checks image types.
Definition image.hpp:499
EXIV2API void append(Exiv2::Blob &blob, const byte *buf, size_t len)
Append len bytes pointed to by buf to blob.
Definition image.cpp:866
ByteOrder
Type to express the byte order (little or big endian)
Definition types.hpp:34
ImageType
Supported Image Formats.
Definition image_types.hpp:8
MetadataId
An identifier for each type of metadata.
Definition types.hpp:47
std::vector< NativePreview > NativePreviewList
List of native previews. This is meant to be used only by the PreviewManager.
Definition image.hpp:33
TypeId getType()
Template to determine the TypeId for a type T.
std::vector< byte > Blob
Container for binary data.
Definition types.hpp:102
AccessMode
An identifier for each mode of metadata support.
Definition types.hpp:57
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition types.hpp:124
Native preview information. This is meant to be used only by the PreviewManager.
Definition image.hpp:23
std::string filter_
Filter.
Definition image.hpp:28
size_t height_
Height.
Definition image.hpp:27
size_t position_
Position.
Definition image.hpp:24
size_t width_
Width.
Definition image.hpp:26
std::string mimeType_
MIME type.
Definition image.hpp:29
size_t size_
Size.
Definition image.hpp:25