Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
libkexiv2
Commits
01c9cb4e
Commit
01c9cb4e
authored
Apr 30, 2015
by
Maik Qualmann
Browse files
namespace from ACDSee added
CCBUGS: 345220
parent
8498b1b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
libkexiv2/kexiv2.cpp
View file @
01c9cb4e
...
...
@@ -110,6 +110,7 @@ bool KExiv2::initializeExiv2()
registerXmpNameSpace
(
QString
(
"http://ns.adobe.com/lightroom/1.0/"
),
QString
(
"lr"
));
registerXmpNameSpace
(
QString
(
"http://www.digikam.org/ns/kipi/1.0/"
),
QString
(
"kipi"
));
registerXmpNameSpace
(
QString
(
"http://ns.microsoft.com/photo/1.2/"
),
QString
(
"MP"
));
registerXmpNameSpace
(
QString
(
"http://ns.acdsee.com/iptc/1.0/"
),
QString
(
"acdsee"
));
#endif // _XMP_SUPPORT_
...
...
@@ -124,6 +125,7 @@ bool KExiv2::cleanupExiv2()
unregisterXmpNameSpace
(
QString
(
"http://ns.adobe.com/lightroom/1.0/"
));
unregisterXmpNameSpace
(
QString
(
"http://www.digikam.org/ns/kipi/1.0/"
));
unregisterXmpNameSpace
(
QString
(
"http://ns.microsoft.com/photo/1.2/"
));
unregisterXmpNameSpace
(
QString
(
"http://ns.acdsee.com/iptc/1.0/"
));
Exiv2
::
XmpParser
::
terminate
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment