Code: Select all
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="max_2000">
<Resize mode="1" width="2000" height="0" unit="0" ratio="true" orientation="false" enlarge="1" resample="7" gamma_correct="false"/>
<Output folder="" filename="{Filename}" case="0" startIndex="1" format="JPEG">
<Options overwrite="0" 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="true" DCTMethod="0" subSampling="0" smoothFactor="0"/>
</Output>
</XnView_script>
Code: Select all
nconvert -ratio -rtype lanczos -rflag decr -resize longest 2000 -out jpeg -q 80
a) I thought that also the files (input an output were stored..)
b) where are the settings for keepfiledate, orgQuality and some more?
Addendum:
When I set the same (I hope so ...) settings in XNView and export to Batch, I get
Code: Select all
nconvert -npcd 2 -size 256x256+0 -ctype rgb -corder inter -out jpeg -ratio -rtype lanczos -rflag decr -rflag orient -resize 2000 2000 "L:\_Tmyfile_06.JPG"