Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
AndrewSergeev
Posted - Aug 13 2020 : 09:19:00 Hello
I have a PNG with iTXt chunk containing XMP information. The app compiled in x64 mode with ielib64.dll can access it via PNG_TextEntries, but in x32 mode with ielib32.dll - have not...
with TImageEnIO.Create(nil) do
try
LoadFromFile('C:\5C4C7280-E3CA-4042-801A-68A2C3342C8B.PNG');
ShowMessage(Params.PNG_TextKeys.Text);
finally
Free;
end;
xequte
Posted - Aug 17 2020 : 01:11:02 Thanks, I've received it. What is the code you are using?