Incorrect value for {DstWidth}
Posted: Fri Mar 12, 2021 1:08 am
Not sure which version introduced it, but in some cases the value for {DstWidth} is calculated incorrectly.
The case for me is:
1) run resize command with "Reduce only" option on a image smaller then given dimensions
2) save it with {DstWidth} in the filename
The resulting filename contains the width of image resized to given dimensions - i.e. enlarged
So when I have a 600×860 image.jpg, run it through a macro downsizing for 900×900 and save it as {Filename}_{DstWidth} what I get is 600×860 image_628.jpg instead of image_600.jpg.
The case for me is:
1) run resize command with "Reduce only" option on a image smaller then given dimensions
2) save it with {DstWidth} in the filename
The resulting filename contains the width of image resized to given dimensions - i.e. enlarged
So when I have a 600×860 image.jpg, run it through a macro downsizing for 900×900 and save it as {Filename}_{DstWidth} what I get is 600×860 image_628.jpg instead of image_600.jpg.