Export for NConvert: No IPTC-settings

XnConvert Multi Platform - Windows, MacOSX, Linux

Moderators: XnTriq, helmut, xnview

Post Reply
User avatar
Peter2
XnThusiast
Posts: 1328
Joined: Thu Nov 24, 2005 3:07 pm
Location: CH

Export for NConvert: No IPTC-settings

Post by Peter2 »

I tried some settings with resize, text and IPTC and made this XBS-settings:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="resize_plus_iptc">
    <Resize mode="0" width="800" height="600" unit="0" ratio="true" orientation="false" enlarge="1" resample="7" gamma_correct="false"/>
    <Text text=" hall0" position="0" marginX="10" marginY="10" angle="0" fontName="MS Shell Dlg 2" fontSize="10" isBold="false" isItalic="false" isUnderline="false" isStrike="false" align="0" fontUnit="0" textColor="#ff0000" textOpacity="100" useBorder="true" borderColor="#000000" borderOpacity="100" borderSize="1" useFill="true" fillColor="#ffffff" fillOpacity="100" useOutline="false" outlineColor="#000000" outlineSize="1" useShadow="false" shadowColor="#000000" shadowOffsetY="3" shadowOffsetX="3" shadowBlur="0"/>
    <IPTC-IIM_XMP id_80="mein name" id_90="meine stadt" id_116="my company" id_120="beschreibung" id_122="verfasser" keepKeywords="false" replace="true" mode="1"/>
    <Output folder="D:/xxx" filename="{Filename}{Directory}{Size}{EXIF:Artist}" case="0" startIndex="1" format="JPEG">
        <Options overwrite="3" orgDate="true" keepMeta="true" keepICC="false" keepFolder="true" keepParentFolder="true" keepExtension="true" delOrg="false" multipage="false" allPages="false" openExplorer="false" openBrowser="false" clearItems="false"/>
        <JPEG quality="80" progressive="false" optimizeHuffman="false" rebuildThumb="true" orgQuality="false" DCTMethod="0" subSampling="0" smoothFactor="0"/>
    </Output>
</XnView_script>
When I export it for NConvert, the IPTC is ignored:

Code: Select all

nconvert -ratio -rtype lanczos -rflag decr -resize 800 600  -text_font "MS Shell Dlg 2" 10 -text_color 255 0 0 -text_back 255 255 255 -text_flag top-left -text_pos 10 10 -text_rotation 0 -text " hall0"  -o jpeg -q 80 
Bug or feature?
XnViewMP 1.6.5 German, XnConvert 1.99, Win 10
User avatar
xnview
Author of XnView
Posts: 43328
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Export for NConvert: No IPTC-settings

Post by xnview »

yes, currently IPTC support is limited in NConvert
Pierre.
User avatar
Peter2
XnThusiast
Posts: 1328
Joined: Thu Nov 24, 2005 3:07 pm
Location: CH

Re: Export for NConvert: No IPTC-settings

Post by Peter2 »

xnview wrote: Thu Oct 15, 2020 10:46 am yes, currently IPTC support is limited in NConvert
Some schedule to expand this feature?
XnViewMP 1.6.5 German, XnConvert 1.99, Win 10
User avatar
xnview
Author of XnView
Posts: 43328
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Export for NConvert: No IPTC-settings

Post by xnview »

Peter2 wrote: Thu Nov 12, 2020 7:40 am
xnview wrote: Thu Oct 15, 2020 10:46 am yes, currently IPTC support is limited in NConvert
Some schedule to expand this feature?
Perhaps it will be better to have XnConvert as command line
Pierre.
Post Reply