XMP SDK does not build against expat 2.2.5
The current version of the XMP SDK (XMP-Toolkit-SDK-CC201607) does not compile as is against the latest version of libexpat (2.2.5) --- are there plans to release a version that reflects the recent...
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
Hi Anuj, I'm trying to use the XMP Toolkit in my iOS app to attach an XMP file to some PNG images.It looks like I can't compile the project with libc++ even if I applied the changes you wrote in your...
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
Hi aleph72,Can you please post the error messages here?
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
These are the error messages... there are 192 of them. Undefined symbols for architecture x86_64: "std::string::_S_empty_rep()", referenced from: char*...
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
Hi @aleph72,I think these errors are coming because you are compiling and linking XMP toolkit static lib with libstdc++ and then try to use it in project with libc++.Please post the errors that are...
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
I'm not getting any error compiling the static libraries with libc++
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
c++ - STD linker error with Apple LLVM 4.1 - Stack Overflow
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
In that link they say that the libstdc++ has to be used.But then I don't understand how the other user in this thread has successfully compiled the same libraries with libc++.
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
Ok, at the end I've been able to compile the libraries with libc++ without errors.Now I have another problem that I don't think depends on the XMP toolkit, but maybe you can help.In my project I've...
View ArticleRe: XMP-Toolkit-SDK-CC201607 for iOS can't compiled by libc++ in Xcode 9.0
Never mind... I was just calling the method in a bad way.It works now. Thanks anujg91071277
View ArticleXMP data in PNG file lost after base64 conversion
Hello, I'm building an iOS app that needs to attach some XMP data to a PNG image that is then sent to a web service. I've been able to write the XMP and attach it to the image, but then the image is...
View ArticleRe: XMP data in PNG file lost after base64 conversion
After other many attempts, I saw that it's not really the base64 conversion that is taking away the XMP data...In fact, as soon as I write the XMP to the PNG and transform it to NSData again, the XMP...
View ArticleRe: Files are not signed in SDK CC201607
Thanks for reporting the issue and sorry for delay in response. Signed binaries are available in new upload now. If you download SDK again, you will be able to get signed binaries for win and mac...
View ArticleXMP SDK compiling with errors
I am trying to get the XMP SDK to compile. I'm using XMP-Toolkit-SDK-CC201607 & VS2017 (building Debug). cmake is in place, zlib & expat third-party tools (I've tried the latest versions as...
View ArticleXMP in HEIC/HEIF
Apparently, XML SDK doesn't support HEIC yet.It does support ISO based file formats like MPEG4, storing XMP in a UUID box, but HEIF and MPEG4 seem to have different approaches. In fact, the HEIF 2013...
View ArticleRe: Validate fields in custom XMP Metadata UI
Instead of using the XMP Metadata UI for tagging content in Bridge, I decided to develop the Common Extensibility Platform (CEP) to build a HTML5/ExtendScript panel in Adobe Bridge 2018 for custom...
View ArticleXMP is creating convoluted path names for media
I'm working as an assistant editor or a feature length doc. We are editing on multiple machines, sometimes remotely, and so were advised to use the "Write XMP" setting so we didn't experience duplicate...
View ArticlexmpTPg:HasVisibleTransparency and other unspecified properties
Hi, the attacht xmp-File - which is extracted froma a PDF/A-File - contains the following properties:- <xmpTPg:HasVisibleTransparency>False</xmpTPg:HasVisibleTransparency>-...
View ArticleView illustrator and photoshop on a webpage
HiI m not sure if this is the rihght place to ask this questions,I have 2 questions ; - I would like to display the content of ai and psd files within a webpage. I m looking for Adobe or 3rd party APIs...
View ArticleLinker errors on Mac OS
Hi there, I'm currently attempting to build an Illustrator Plugin (aip) in XCode 9.2 on mac OS and I'm using the XMP Toolkit for some metadata parsing. I have successfully made the projects using CMake...
View Article