GenerateXMPToolkitSDK_win.bat failing to generate project files
I downloaded and installed CMake using MSI installer and then tried to run GenerateXMPToolkitSDK_win.bat however none of the projects were generated. See command line output below....
View ArticleRe: GenerateXMPToolkitSDK_win.bat failing to generate project files
Hi, I tried this on my side and project build successfully. So I need some information from your side. 1. I am sure you have done but I want to confirm if you have have copied all the third party stuff...
View ArticleReading EXIF AUX values
Hello everyone, I am trying to read camera serial number from http://ns.adobe.com/exif/1.0/aux/namespace however when i open file for update AUX namespace is not there, when i look RAW data in...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Stefan, I'm coming back to you with the same issue regarding a blank file info panel. The way we could trust the file with a cfg seems to not be always working and i wonder if there is another...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Paul, It's good to know people are using more and more xmp in the fashion industry. Your panel looks very interesting. Building an XMP custom panel in Extension Builder is now clear for me, but i...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
"Create the panel on Flash Builder" Is there a step-by-step tutorial on this? I have instaled FlashBulder already, but I'm am lost there. I know already what i want kind of varibles want in my panel:-...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Date, Your steps are fine and it should work. Could you try by creating the trust file in ~/Library/Preferences/Macromedia/Flash Player/#Security/FlashPlayerTrust folder and adding path of...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Sunil, After many trial, i realize the problem was not coming from the trust file, but from the way i have created the custom panel. There is 2 different ways, the first described below is not...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Daté, I have run into the same problems as you. XMP Panels not showing up, staying empty can be the result of a series of errors.SDK version versus CS version, errors in the code and 'sticky' panel...
View ArticleRe: Reading EXIF AUX values
Hi, You can read the serial number by doing: XMP_OptionBits aXMPOptionsBits = kXMPFiles_OpenForRead | kXMPFiles_OpenUseSmartHandler;SXMPFiles aXMPFile;bool aFileOpenOK = apXMPFile.OpenFile(strFileName,...
View ArticleRe: Reading EXIF AUX values
Hi, are you looking at a raw image file?The XMP toolkit currently doesn't support raw image files whereas Photoshop does support raw image files through Camera Raw. That's probably why you can see aux...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Date, Thanks for pointing it out. I am able to reproduce the issue in FB 4.6. It's not the issue of trust file. I am looking on it and will update soon.
View ArticleRe: Reading EXIF AUX values
hi Amit, even i dump entire XMP to file kXMP_NS_EXIF_Aux namespace is not there, that is the problem, couldn't figureout why. it is available in photoshop. <rdf:Description rdf:about=""...
View ArticleRe: Reading EXIF AUX values
Hi Jens, thank you for information. i am working on JPG images and after you mention i noticed exifEX:BodySerialNumber is there in the images which i took with 1DX however EOS 1 MIII and EOS 40D. i...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Date, This is problem of flex SDK which you are using for creating XMP Custom Panel. With FB 6 and FB 7, default SDK is 4.6.0 and other flex SDK which is provided with installer is 3.6A....
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi, what is the difference between XMP Custom Panel Project and XMP FileInfo Panel ProjectXMP Custom Panel project is generic project based on XML format which is for applications Adobe Bridge, Premier...
View ArticleEnhancing FileInfo Generic Panels
Hi,the FileInfo SDK offers two approaches to extend the XMP FileInfo dialog found in many Adobe applications.1.) A generic panel which can be setup by editing a couple of XML files.It offers only...
View ArticleRe: Enhancing FileInfo Generic Panels
The generic panel would be much better if bags worked. They do not work with Bridge CS4/5/6 & CC on Windows 7.Example code... <?xml version='1.0'...
View ArticleRe: Enhancing FileInfo Generic Panels
Over the years I have built several (generic) File Info panels and Bridge Metadata Panes that can display multi-dimensional XMP arrays, such as those used in IPTC Extension, PLUS , and PRISM Metadata...
View ArticleRe: Enhancing FileInfo Generic Panels
Sorry, the screen shots were stripped for display on the forum. The complete screen shots can be found in the Appendix C of PMIGuide_v1.0.pdf that is part of the PRISM Image_Spec downloaded from:...
View Article