IPTC/XMP Coutry Code
Posted: Sun Mar 16, 2014 11:30 am
Of course, I might be completely out of my mind and/or this section may not be the right place… But still:
— when using the IPTC-IIM/XMP window to set keywords, it turns out that inserting the Country code (with “Insert from” command) does not work
— when using batch convert to achieve the same result, it woks BUT the country code is deleted from the ITPC-IIM data although it is preserved in the XMP…
The xbs code is:
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="Escal XnView MP ITPC XMP">
<IPTC-IIM_XMP id_25="{IPTC:Country Code};{IPTC:Country};{IPTC:State};{IPTC:City};{IPTC:Location};{IPTC:Sublocation};{IPTC:Contact};{IPTC:Copyright}" id_100="" keepKeywords="false" replace="false" mode="1"/>
<Output folder="" filename="{Filename}" case="0">
<Options overwrite="0" orgDate="true" keepMeta="true" keepICC="true" keepFolder="true" delOrg="true" multipage="false" allPages="false" openExplorer="false" clearItems="false"/>
<JPEG quality="80" progressive="false" optimizeHuffman="false" rebuildThumb="true" orgQuality="false" DCTMethod="0" subSampling="0" smoothFactor="0"/>
<TGA compress="false" bottomUp="false"/>
<TIFF compress="0" quality="80" compressBW="0" oneStrip="false"/>
<BMP compress="false" hdrOS2="false"/>
<PNG level="6" interlaced="false" filter="0"/>
<GIF interlaced="false" hdr87a="false"/>
<PCX compress="false"/>
<WEBP method="0" quality="80" filesize="128"/>
<JP2 mode="0" quality="80" ratio="4" fileSize="100"/>
<PDF compress="0" quality="80"/>
<JXR quality="80" colorFormat="0" filter="0"/>
</Output>
</XnView_script>
What do I do wrong ?
— when using the IPTC-IIM/XMP window to set keywords, it turns out that inserting the Country code (with “Insert from” command) does not work
— when using batch convert to achieve the same result, it woks BUT the country code is deleted from the ITPC-IIM data although it is preserved in the XMP…
The xbs code is:
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="Escal XnView MP ITPC XMP">
<IPTC-IIM_XMP id_25="{IPTC:Country Code};{IPTC:Country};{IPTC:State};{IPTC:City};{IPTC:Location};{IPTC:Sublocation};{IPTC:Contact};{IPTC:Copyright}" id_100="" keepKeywords="false" replace="false" mode="1"/>
<Output folder="" filename="{Filename}" case="0">
<Options overwrite="0" orgDate="true" keepMeta="true" keepICC="true" keepFolder="true" delOrg="true" multipage="false" allPages="false" openExplorer="false" clearItems="false"/>
<JPEG quality="80" progressive="false" optimizeHuffman="false" rebuildThumb="true" orgQuality="false" DCTMethod="0" subSampling="0" smoothFactor="0"/>
<TGA compress="false" bottomUp="false"/>
<TIFF compress="0" quality="80" compressBW="0" oneStrip="false"/>
<BMP compress="false" hdrOS2="false"/>
<PNG level="6" interlaced="false" filter="0"/>
<GIF interlaced="false" hdr87a="false"/>
<PCX compress="false"/>
<WEBP method="0" quality="80" filesize="128"/>
<JP2 mode="0" quality="80" ratio="4" fileSize="100"/>
<PDF compress="0" quality="80"/>
<JXR quality="80" colorFormat="0" filter="0"/>
</Output>
</XnView_script>
What do I do wrong ?