T O P I C R E V I E W |
Andy_Bell |
Posted - Jan 15 2021 : 10:48:38 Hi
I'm using C++ Builder 2007 and ielib32.dll and have this code in my app's startup:
IEGlobalSettings()->PNGEngine = ieenDLL;
However, when it parses a PNG that XMP in it (I put it there using Adobe's XMP Toolkit and Photo Mechanic can see it...) the XMP_Info tag is empty. This is my code:
IO->ParamsFromFile(fileName); ShowMessage(IO->Params->XMP_Info);
I've attached the PNG file...
Am I doing anything wrong?
Andy |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Mar 27 2024 : 22:22:32 Hi Andy
Reading of EXIF and XMP chunks is supported in the latest beta. You can email us to test it.
Nigel Xequte Software www.imageen.com
|
Andy_Bell |
Posted - Jan 16 2021 : 11:04:22 Thanks, will do.
Andy |
xequte |
Posted - Jan 15 2021 : 18:20:56 Hi Andy
At this time, we don't read XMP from PNG files. It is on the to-do list.
We do have some code to do it. Please email me.
Nigel Xequte Software www.imageen.com
|