ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IPTC Custom Field

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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