#include "kis_iptc_io.h"
#include <exiv2/iptc.hpp>
#include <QIODevice>
#include <QRegExp>
#include <kis_debug.h>
#include <kis_exiv2_common.h>
#include <kis_meta_data_entry.h>
#include <kis_meta_data_schema.h>
#include <kis_meta_data_schema_registry.h>
#include <kis_meta_data_store.h>
#include <kis_meta_data_value.h>
Go to the source code of this file.
◆ photoshopIptc_()
| const QByteArray photoshopIptc_ |
( |
(char *)& | photoshopIptc, |
|
|
2 | ) |
◆ mappings
Initial value:
Definition at line 33 of file kis_iptc_io.cpp.
33 {
57 {"", "", ""}
58};
◆ photoshopBimId_
| const char photoshopBimId_[] = "8BIM" |
◆ photoshopIptc
| const uint16_t photoshopIptc = 0x0404 |
◆ photoshopMarker
| const char photoshopMarker[] = "Photoshop 3.0\0" |