The purpose of the script is to convert images to JPEGLI with a quality level of 14.
This is the JPEG.xbs:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="Testscript-JPEG">
<Output folder="" filename="testscript" case="0" startIndex="1" format="JPEG">
<Options overwrite="3" orgDate="true" keepMeta="false" keepICC="false" keepFolder="true" checkFilesize="false" keepParentFolder="false" keepExtension="true" delOrg="false" multipage="false" allPages="false" openExplorer="false" beep="true" openBrowser="false" clearItems="false"/>
<JPEG useJPEGli="true" quality="14" progressive="true" optimizeHuffman="true" rebuildThumb="true" orgQuality="false" DCTMethod="2" subSampling="2" smoothFactor="0"/>
</Output>
</XnView_script>
This is the JPEGLI.xbs:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="Testscript-JPEGLI">
<Output folder="" filename="testscript" case="0" startIndex="1" format="JPEGLI">
<Options overwrite="3" orgDate="true" keepMeta="false" keepICC="false" keepFolder="true" checkFilesize="false" keepParentFolder="false" keepExtension="true" delOrg="false" multipage="false" allPages="false" openExplorer="false" beep="true" openBrowser="false" clearItems="false"/>
<JPEGLI/>
</Output>
</XnView_script>
- quality
- progressive
- optimizeHuffman
- rebuildThumb
- orgQuality
- DCTMethod
- subSampling
- smoothFactor
This breaks the batch script and you have to re-enter all those conversion parameters every time you want to convert something to JPEGLI despite using a script.