|
Krita Source Code Documentation
|
#include "kis_iptc_io.h"#include <exiv2/iptc.hpp>#include <QIODevice>#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.
Classes | |
| struct | IPTCToKMD |
| struct | KisIptcIO::Private |
Functions | |
| const QByteArray | photoshopIptc_ ((char *)&photoshopIptc, 2) |
Variables | |
| static const IPTCToKMD | mappings [] |
| const char | photoshopBimId_ [] = "8BIM" |
| const uint16_t | photoshopIptc = 0x0404 |
| const char | photoshopMarker [] = "Photoshop 3.0\0" |
| const QByteArray photoshopIptc_ | ( | (char *)& | photoshopIptc, |
| 2 | ) |
|
static |
Definition at line 32 of file kis_iptc_io.cpp.
| const char photoshopBimId_[] = "8BIM" |
Definition at line 22 of file kis_iptc_io.cpp.
| const uint16_t photoshopIptc = 0x0404 |
Definition at line 23 of file kis_iptc_io.cpp.
| const char photoshopMarker[] = "Photoshop 3.0\0" |
Definition at line 21 of file kis_iptc_io.cpp.