T O P I C R E V I E W |
kclaas |
Posted - Nov 10 2020 : 08:44:24 Hi,
i want write data into iptc cusom field 6 (iptc[2,205]) with IEvolution.
HiComponents.IEvolution.IEImage img = new HiComponents.IEvolution.IEImage(); string test = img.IOParams.IPTC_Info[2, 205].ToString(); img.IOParams.IPTC_Info.AddStringItem(2, 205, "testcustomfield6"); test = img.IOParams.IPTC_Info[2, 205].ToString(); img.SaveImage("test.jpg", HiComponents.IEvolution.IEFileFormats.JPEG);
After saving image the custom field 6 is not shown with other exif-applications e.g. exiftool.
Can't write IEvolution data to the iptc custom fields or what is wrong?
regards karsten |
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 19 2020 : 16:13:12 Hi Karsten
This code works in our testing. As it is a custom field, ensure you are reading it as binary with exiftool.
Nigel Xequte Software www.imageen.com
|
|
|