Manipulate EXIF and IPTC information
Not only can II2LN extract EXIF and IPTC information from your images, it can also write EXIF and IPTC information to your images! Via the powerful import options ReplaceEXIF, ReplaceITPC, AppendIPTC and InsertIPTC can you set almost all EXIF and IPTC values.
II2LN will automatically update some of the values for you too, if you for example has use the AutoOrientation import option, II2LN will ensure that the EXIF value for Orientation is correctly set.
II2LN will separate between three distinct operations on EXIF or IPTC values:
- Replace (ReplaceEXIF and ReplaceIPTC)
 
 When you replace a value you will completely remove any potential existing value for the specified tag. In other words, the old values are lost.
 
- Append (AppendIPTC)
 
 When you append a value, you will append (- or suffix) the value to any existing value. In other words, the existing value will be first, and the new value after.
 
 If the tag doesn't exist or is empty, the Append operation will function as replace, and set the value for the tag
 
- Insert (InsertIPT)
 
 When you insert a value, you will inject the value in front of any existing values. In other words, the existing values will be last.
 
 If the tag doesn't exist or is empty, the Insert operation will function as replace, and set the value for the tag
This gives you pretty good control over where to put your new values.
Remember that you can also clear any existing meta data (both EXIF and IPTC) by using the ClearExistingMetadata import option before any Replace/Append/Insert options.