Re: Accessing XMP files
Inder, I have read the SDK documentation. I am trying to understand how I can read the data elements within structures within an array. The screenshot, below, shows you the structure I am dealing...
View ArticleRe: "http://www.w3.org/2001/XMLSchema-instance"
Hi Bill, I would start by quoting some text from XMP Spec Part 1 section 8.1 Core Properties - Overview “This document does not claim ownership over those namespaces. Theirrespective owners may define...
View ArticleRe: Accessing XMP files
Hi Bill,XMP Toolkit SDK Programmer’s Guide- Section –“Path Composition Functions” answers it. ThanksInder
View ArticleHas anyone extended the SDK to support .MTS files?
I have a user with AVCHD MTS files. I noted there is a handler for M2TS but not MTS. Thank you, Bill
View ArticleXcode Compile Error Undefined symbols for architecture x86_64:...
I was to compile the Toolkit which provided libXMPCoreStatic.a and libXMPFilesStatic.a. I'm trying to using these files in a new Xcode project but i keep getting the following error: Undefined...
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
Hi Kevin, The label of the tab is set from the manifest file not the properties.xmp file. The pic of the code you have sent is of properties.xml file. There must be a manifest file inside your panel...
View ArticleRe: Xcode Compile Error Undefined symbols for architecture x86_64:...
Hi , You will have to include #include “public/include/XMP.incl_cpp” in a source file ,so that it compiles with your new Xcode Project .Please refer to XMP Toolkit SDK Programmer’s Guide section...
View ArticleRe: Creating XMP Panels
Hi Monettevelasco, I tried to reproduce your issue, but didn't get any issue. I followed the following steps to reproduce 1. Put the sample custom panel in /users/<user...
View ArticleProblem with reading PNG metadata due to unicode strings
Being new to the XMP SDK I have problems trying to dump the XMP data from a .png file because the data contains UTF-8 data.I have searched the forum for answers, but the answers I found do not help....
View ArticleAccessing metadata elements
Being very much a newb to the XMP SDK (2013.06) I am having difficulties accessing some of the data fields within the metadata. Since I can see the data - aside from some UTF-8 issues - when I use the...
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Hi DayWalker, Using the solution mentioned above might not be the step in the right direction. I would like to understand the initial problem regarding dumping of data in more detail. It would be...
View ArticleRe: Accessing metadata elements
Hi DayWalker, In this packet, all the XMP properties except "Location" belong to the structure CreatorContactInfo. There are two ways to read/modify structure fields:Call GetStructField() for reading...
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Thank you, Amandeep, for your reply. The initial problem was trying to see if the supplied utilities would be able to read and display the data as added to the file by some other program. As I am...
View ArticleRe: Accessing metadata elements
Thank you, Honey Unfortunately my knowledge of X-Paths?? is not thorough enough (yet) to be able to decide from the data structure I see in the tree to which parts of it go where in constructing the...
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Hi DayWalker, Can you also share some of the png files from whom you are trying to dump the XMP data? My email id is amandeep@adobe.com. Regards,
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Hi DayWalker, XMP SDK does not do any reconciliation with native metadata sources for PNG files. It will only provide you the XMP metadata packet, if there is any, in the PNG file. So any...
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
Hello Sunil, we are also experiencing the issue where our custom panel works fine in CS6 but we are unable to see it in Bridge CS6. Can we send the custom panel files to you for review? Regards,Marc
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Hello Amandeep, please forgive my being slow to reply.My main reason is/was that your initial reply represented a poor solution to both our problems. and I was unsure how to reply, going over in my...
View ArticleRe: Problem with reading PNG metadata due to unicode strings
Hello DayWalker,You are absolutely right that you can't control the size of the buffer in the call back. My point is that you are assuming the buffer to be null terminated which might not be the case....
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
Sure, please send me the custom panel on skpathak@adobe.com
View Article