Automatic crop does not update {DstWidth}
Posted: Thu Jan 06, 2022 12:35 am
A simple script:
<Automatic_crop method="0" position="0" color="#ffffff" tolerance="0" direction="15"/>
<Output folder="" filename="{Filename}_{DstWidth}" case="1" startIndex="1" format="PNG">
[…]
</Output>
saves an image with the width of the image before cropping.
<Automatic_crop method="0" position="0" color="#ffffff" tolerance="0" direction="15"/>
<Output folder="" filename="{Filename}_{DstWidth}" case="1" startIndex="1" format="PNG">
[…]
</Output>
saves an image with the width of the image before cropping.