Quantcast
Channel: Adobe Community: Message List - XMP SDK
Browsing latest articles
Browse All 801 View Live

JSON serialization

XMP separates an abstract data model specification from serialization. While RDF/XML is the main target serialization format, are there some container which use JSON serialization ? Are there any JSON...

View Article


Re: XMP SDK not generating ios project

Same problem here with Xcode 10.1.  Can someone at Adobe jump into this thread and provide a solution?

View Article


Image may be NSFW.
Clik here to view.

Dependencies in Custom File Info Panel XMP Metadata Fields

Can anyone advise if it is possible to present in the interface, a "dependent" or "filtered" list of information within the File Info Panel?In other words, can a selection from an initial custom drop...

View Article

Does anyone at Adobe monitor this forum?

Seems to be lots of questions here without answers and a noticeable lack of Adobe employees. Is this supposed to be the official route for getting developer support on problems or are there alternatives?

View Article

Image may be NSFW.
Clik here to view.

Re: Does anyone at Adobe monitor this forum?

I agree, from longer time it's worse here than ever...

View Article


Image may be NSFW.
Clik here to view.

Re: JSON serialization

We are presently working on JSON-LD as the target serialization format for XMP. We will update when its ready for release.

View Article

Re: XMP SDK not generating ios project

XCode 9.4 seems to work.

View Article

Re: Does anyone at Adobe monitor this forum?

I am sorry for inconvenience. This is the official developer support channel. We had some team members transitioned recently. We will be more responsive now.

View Article


Re: XMP SDK not generating ios project

You are right. Old Toolkit version is not compatible with XCode 10.1. We are in process of upgrading to XCode 10.1. One of my team member will share updated script soon.

View Article


Re: XMP Toolkit SDK is not compatible with iOS12 due to apple deprecated...

Hi Evan Xie, 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 XMPFileStatic...

View Article

Re: XMP SDK not generating ios project

Hi emanuell94157843, Please make below change in file "XMP-Toolkit-SDK-CC201607\build\shared\Toolchain_ios.cmake" at Line:91: Replace this below linestring(REGEX MATCH "Xcode ([3-9].[0-9][.]?[0-9]?)"...

View Article

Re: Dependencies in Custom File Info Panel XMP Metadata Fields

lithoguyThis sounds like a good idea but unfortunately, there is no such functionality in the existing SDK which can implement the scenario that you are talking about. The SDK is for building static...

View Article

The latest XMP Toolkit destroys data, any chance to see an update?

The latest XMP Toolkit has a serious problem that destroys data when updating metadata. If an image has EXIF Milliseconds data it will be removed/destroyed after updating XMP metadata block. Tested...

View Article


Re: XMP SDK not generating ios project

Are you no badge member of staff too?

View Article

Re: Dependencies in Custom File Info Panel XMP Metadata Fields

Probably you are another staff member with no badge?

View Article


Re: Dependencies in Custom File Info Panel XMP Metadata Fields

Not at all - just someone who has worked with Adobe Applications for many years with an interest and belief in media intelligence - particularly how XMP can be used in complex workflows. I hope this...

View Article

Re: XMP SDK not generating ios project

Yes, Yash is part of XMP team.

View Article


Re: XMP SDK not generating ios project

Cool, so many of you came here at once after long break

View Article

Image may be NSFW.
Clik here to view.

Re: Dependencies in Custom File Info Panel XMP Metadata Fields

lithoguyI am afraid that this is not on the roadmap. At this particular time, I cannot commit if this will be picked in future or not.Thanks for your patience and understanding.

View Article

Re: XMP SDK not generating ios project

Sorry I'm not actually targetting iOS but macOS and when I select option 3 (Generate XMPToolkitSDK Static  64) I get the same error.  Do you know what else needs to be changed?

View Article

Re: XMP SDK not generating ios project

Hi Martin Baker, For mac platform, try performing the same regex change as mentioned above by me in "build\shared\SharedConfig_Common.cmake" file at line 149 in DetectXCodeVersion function.Let us know,...

View Article


Re: XMP SDK not generating ios project

Thanks Dash. Some progress because that now builds correctly, however when I open the Xcode project I get unable to find sdk...

View Article


Re: XMP SDK not generating ios project

Oops sorry Yash

View Article

Re: XMP SDK not generating ios project

Hi, You can change these kind of settings directly from XCode project of XMPCoreStatic and XMPFilesStatic.for e.g.Go to target "XMPFilesStatic" in XCode and change SDK target to latest and it should...

View Article

Image may be NSFW.
Clik here to view.

Re: XMP SDK not generating ios project

Thanks Yash. For some reason setting XMP_OSX_SDK to 10.14 didn't actually work even though there's a symlink at that location, so I had to manually select "macOS" in Xcode. Then after doing the changes...

View Article


Image may be NSFW.
Clik here to view.

XMP SDK Samples not creating XMPCore.lib

I am trying to build the XMP SDK Samples but it looks like the XMPCore libraries are not being built.   There is little explanation in the build logs and it just shows a link error because the...

View Article

Re: The latest XMP Toolkit destroys data, any chance to see an update?

Hi, Can you please share an example file in which you are facing this issue? Yash

View Article

Re: XMP SDK Samples not creating XMPCore.lib

Hi, Can you follow below steps and make sure you complete both steps 3. and 4. mentioned below: Options to generate Project files in Windows are of the form "Generate XMPSDKToolkit [Dynamic|static]...

View Article

XMP SDK Failures with new Xcode 10.2 (OSX 10.14)

I've finally hit a point where I can't continue.OS: OSX 10.14.4Xcode:10.2XMP Toolkit SDK CC-2016.7 Full details below. Help???? How do I make sure I have the right headers in the right path?  I...

View Article



Image may be NSFW.
Clik here to view.

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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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 Article


Re: 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 Article


Cannot 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 Article

Re: 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 Article

Re: 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 Article

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: 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

Image may be NSFW.
Clik here to view.

[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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Looking 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 Article


Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

XMP 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article

Image may be NSFW.
Clik here to view.

Java 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


Image may be NSFW.
Clik here to view.

REST API for Creative Cloud

Where can i find developers API for Creative Cloud? I want to add ability to upload user's files to CC acounts by my app

View Article

Browsing latest articles
Browse All 801 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>