Error loading .xbs script with "Fill" resize
Posted: Wed Mar 16, 2016 4:37 am
Hi!
When importing a .xbs script into XnConvert with a Resize action. The Width and Height are not pulled from the .xbs file if the mode is "Fill". It works fine if the more is "Fit".
Any idea if this is a bug? Or am I doing something wrong?
When importing a .xbs script into XnConvert with a Resize action. The Width and Height are not pulled from the .xbs file if the mode is "Fill". It works fine if the more is "Fit".
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="ZEN Resize">
<Resize mode="4" width="2048" height="1536" unit="0" ratio="true" orientation="false" enlarge="2" resample="7" gamma_correct="false"/>
<Clean_metadata flags="63"/>
<Set_DPI x="72" y="72" keep="false"/>
<Enhance_focus/>
<Output folder="" filename="Photos_{Folder name}_#" case="0" format="JPEG">
<Options overwrite="1" orgDate="false" keepMeta="false" keepICC="false" keepFolder="false" keepParentFolder="false" delOrg="false" multipage="false" allPages="false" openExplorer="true" openBrowser="false" clearItems="false"/>
<JPEG quality="80" progressive="false" optimizeHuffman="false" rebuildThumb="true" orgQuality="false" DCTMethod="0" subSampling="0" smoothFactor="0"/>
</Output>
</XnView_script>