Error processing a large JPG EXIF
Hello I encountered an error processing a large JPG EXIFI changed JPEG_Hander.cpp and works ok. How can I report the bug and solution? Regards. Víctor.
View ArticleRe: Error processing a large JPG EXIF
Hi Victor, it is possible to attach code snippes / files to the forum posts. You have to use the "advanced editor" to do this.There might be a better way going forward, but right now this is the only...
View ArticleRe: Error processing a large JPG EXIF
Hello. Very easy changes. Function:void JPEG_MetaHandler::CacheFileData() Old VersionNew version} else if ( marker == 0xFFE1 ) { // This is an APP1 marker, is it the Exif, main XMP,...
View ArticleRe: XMP metadata lost in PNG files
abcjmr33 wrote: I just discovered that Ps does not preserve metadata in .png (ditto acrobat in .pdf). this discovery really throws me for a loop. it seems that one of the most important issues facing...
View ArticleRe: Error processing a large JPG EXIF
Hi Victor, Thanks for the code change. Can you please share the file with which you encountered the problem? We will test the fix on our end and integrate the changes in the code for future...
View ArticleRe: XMP metadata lost in PNG files
Hi, the PNG format is able to include XMP metadata. This already works in Bridge (if you disable camera raw, Edit -> Camera Raw Preferences -> JPEG and TIFF Handling: Disable JPEG/TIFF support)...
View ArticleXMP with Broadcast Wave iXML and BEXT chunks
Hi. For feature film workflows, we depend greatly on the iXML and BEXT chunk in broadcast wave files. As far as I can see, the XMP metadata "engine" (don't know of a better word) doesn't "see" the iXML...
View ArticleRe: XMP with Broadcast Wave iXML and BEXT chunks
Hi, the XMP SDK does support read/write of the BEXT chunk in WAVE files since CS6, i.e. the current version of the SDK supports this functionality.For more details on the mapping to XMP, please see the...
View ArticleHow can I create secondary and tertiary dropdown menus whose choices are...
Kind of a weird question; I know. I'm new to both the Adobe Developer forums, and to XMP in general. Here's the basic gist of what I'm trying to do: We've got a Group, Category, and Subcategory...
View ArticleCustom Panel Troubleshooting
Hi, I'm trying to install a custom panel for a user but running into an issue I've never seen. When the panel files are installed into the custom panels directory and the File Info Dialog is opened,...
View ArticleRe: Custom Panel Troubleshooting
I find it is best to have unique entries in the manifest.xml file for name =, label =, description =, propertyDescriptionFile =, and localization =. Unique compared to other manifest.xml files in the...
View ArticleWriting XMP data inside Wav File
Hi gang, I'm developing an After Effects script that writes wav files and that adds XMP metadata inside them before the user can use the "edit original" to modify them inside Audition. I have no...
View ArticleRe: Writing XMP data inside Wav File
Per your tweet, the sample file is here: https://t.co/bCfW2Y27z0 My original guess is that the chunk sizes are probably wrong on the file. There's a number of good tools out there that can validate...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Daté, I am wondering how your efforts in building a custom XMP for the fashion industry is coming along. I work as a Apparel Design Consultant as well and have succesfully build a XMP Panel in...
View ArticleBroken download link
Their is a broken link for XMP FileInfo SDK CS6 on devolper page http://www.adobe.com/devnet/xmp.edu.html
View ArticleRe: Broken download link
The link works fine when I click on it at http://www.adobe.com/devnet/xmp.html.
View ArticleRe: Error processing a large JPG EXIF
Hi Victor, I would request you to please share the test file with us. We would like to do some investigation before submitting the fix to the code. Regards,Aman
View ArticleRe: Broken download link
I can download XMP FileInfo SDK CS6 from either of them. In fact, http://www.adobe.com/devnet/xmp.edu.html redirects to http://www.adobe.com/devnet/xmp.html and therefore, I don’t see any problem...
View ArticleXMP toolkit on Android device
I am trying to port XMP toolkit over to android device. I was able to build xmpcore successfully, and have a libXMPCore.so. When I try to make libXMPFile.so using ndk-build, I am running couple of...
View Article