Re: XMP SDK Samples not creating XMPCore.lib
Ok, things work correctly now. I missed that part of the programmers guide (it is in the "Getting Started" section towards the end of doc)
View ArticleRe: XMP SDK Failures with new Xcode 10.2 (OSX 10.14)
Hi @nancyw9714638, In XMP-Toolkit-SDK-CC201607 follow below steps: 1. in build/, run "GenerateXMPToolkitSDK_mac.sh"2. select option 4., create iOS Xcode project3. Open Both XMPCoreStatic and...
View ArticleRe: XMP SDK Failures with new Xcode 10.2 (OSX 10.14)
Yash,Thank you very much. In addition to these changes, I needed to remove all references to #include <cmath> as both math.h and cmath headers were included. Files changed...
View ArticleRe: XMP SDK not generating ios project
Hi emanuell94157843 and Martin Baker Glad to hear that you guys got the success.Can you please be so kind to mark this question "Answered"?It'll be of great help. RegardsPawan
View ArticleRe: The latest XMP Toolkit destroys data, any chance to see an update?
Hi K.Murat Thanks for sharing the file in question with Yash.We have identified the issue and logged an internal bug for that.Our Dev-team has started working on the bug already and very soon we'll...
View ArticleRe: XMP SDK not generating ios project
That should do some moderator, as emanuell94157843 was last seen over here on a day of his original.
View ArticleRe: Re: Custom Info Panel as Bridge MetaData Panel
I would like to do as the original poster required, but I cannot locate the directory indicated where the XML file should be placed.I am on Windows 10 with Bridge CC 2019 Can you point me to the...
View ArticleRe: Re: Custom Info Panel as Bridge MetaData Panel
Hi, You will need to use "C:\Program Files (x86)\Common Files\Adobe\XMP\Metadata Extensions" location.For e.g. consider that you want to use the "Sample Extension" given with the XMP FileInfo UI SDK...
View ArticleCannot built XMP SDK on macOS 10.13/XCode 10.1: ciso646 not found
I'm trying to buid XMP SDK on macOS. After resolving few issues that should have been automated/fixed by Adobe (such as not recognizing clang compiler version automatically, using GNU libstdc++ etc.),...
View ArticleRe: Cannot built XMP SDK on macOS 10.13/XCode 10.1: ciso646 not found
In XMP-Toolkit-SDK-CC201607 follow below steps: 1. in build/, run "GenerateXMPToolkitSDK_mac.sh"2. select option 4., create Mac Xcode project3. Open Both XMPCore and XMPFile and in Xcode choose "C++...
View ArticleRe: Cannot built XMP SDK on macOS 10.13/XCode 10.1: ciso646 not found
Hi Did you read my question anyway? The compilation error says that header file ciso646 cannot be found, it is not about type warnings. I saw the same text (seems like you copy-pasted it from other...
View ArticleRe: Cannot built XMP SDK on macOS 10.13/XCode 10.1: ciso646 not found
Yes I did read your question.Did you follow all the above steps completely because <ciso646> is C header which should be provided by the compiler, so setting correct compiler should have solved...
View ArticleRe: Schema.org namespace in XMP
I am currently working on a similar topic with the same goal, having the same questions for the same reasons.I'm also rather new to XMP and just found your question on google. After looking at some...
View Article[java] Unexpected ArrayIndexOutOfBoundsException
Parsing a malformed input with XMPMetaFactory may lead to an ArrayIndexOutOfBoundsException instead of a XMPException in xmpcore 5.1.10. ArrayIndexOutOfBoundsException is an unchecked exception that is...
View ArticleHow to get SubSecTime?
It looks like the exif SubSecTime are only read when there is no xmp date/time value. For example, if I have a jpg with XMP-exif:DateTimeOriginal value and ExifIFD:SubSecTimeOriginal value,...
View ArticleLooking to hire a dev experienced with XMP metadata for a premiere plugin
Hi All. I've made a premiere plugin filter that draws text to the screen and I'd like it to display clip metadata. If you're interested, please send your experience and rate to...
View ArticleRe: How to get SubSecTime?
For anyone interested, I ended up modifying PhotoDataUtils::Import2WayExif(...) to always import the exif SubSecTime values when the xmp date/time is otherwise equal to the exif date/time.
View ArticleXMP SDK build fails on macOS with "You do not have support for any sources of...
Building on macOS 10.14.6 (18G87), Xcode 10.3 (10G8). Build fails in Expat in xmlparse.c Expat Version 2.2.7
View ArticleRe: XMP SDK build fails on macOS with "You do not have support for any...
I solved this issue by adding the following line to the appropriate expat_config.h: #define XML_DEV_URANDOM 1 Based on the expat changelog, in version 2.2.6 of expat, a change was made: #208 CMake:...
View ArticleJava XMP-core version 6 download + Improvement
(1)I have a question regarding the availability of the Java version of adobe's XMP library.On the official page Adobe - XMP Developer Center one can download version 5.1.3. However on maven central...
View Article