Rotate +90° makes LZW-gray from G4-BW
Posted: Thu Feb 16, 2012 4:41 pm
I have TIF, BW, Group 4. I try to rotate them 90°, here is my XBS:
Is it rotated fine, but the resulting files are "Gray / LZW" - no matter if I select "Output = TIF" or "Output = same as input".
When I set "change color to BW" then it is OK
Bug or feature?
Peter
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
- <XnView_script version="1.0" name="TIFF_rot_90">
<Rotate angle="90" smooth="false" color="#ffffff" />
- <Output folder="" filename="{Filename}_90_rot" case="0" format="TIFF">
<Options overwrite="0" orgDate="false" keepMeta="false" keepICC="false" keepFolder="false" delOrg="false" multipage="false" allPages="true" openExplorer="false" />
<TIFF compress="2" compressBW="6" oneStrip="false" />
</Output>
</XnView_script>
When I set "change color to BW" then it is OK
Code: Select all
<Change_color_depth method="0" dither="5" ncompo="-1" alpha="255"/>
Peter