1.4.0 - batch convert - crash - 'Canvas resize' + 'Resize' + 'Aspect Pad'
Posted: Mon Dec 05, 2022 4:33 pm
XnViewMP 1.3.1-1.4.5 64bit
Windows10-11 64bit (22H2), display resolution 3840x2160, win scaling 150%
Batch convert
'Canvas resize' + 'Resize' + 'Aspect Pad'
To reproduce:
1. run clean portable XnViewMP
2. open any test image
3. press shift+s to open Image resize dialog
issue A
4. resize image to 2115x1587, save
5. press ctrl+u to open Batch convert dialog
6. add actions:
- 'Canvas resize', Normal, set W&H 200%
- 'Resize', Fit, set W&H 200%
- 'Aspect Pad', ratio 0.10 (default value)
7. press Convert
convertion will fail, resulting in 0byte result file
issue B
4. resize image to 2116x1588, save
3. press ctrl+u to open Batch convert dialog
6. add actions:
- 'Canvas resize', Normal, set W&H 200%
- 'Resize', Fit, set W&H 200%
- 'Aspect Pad', ratio 0.10 (default value)
app will crash as soon as you add last action
if my calculations correct it is somthing like this:
after resize: 2115*4 = 8460 x 1588
after ratio: 8460 x 80580 = 681.71 megapixels
Related
Windows10-11 64bit (22H2), display resolution 3840x2160, win scaling 150%
Batch convert
'Canvas resize' + 'Resize' + 'Aspect Pad'
To reproduce:
1. run clean portable XnViewMP
2. open any test image
3. press shift+s to open Image resize dialog
issue A
4. resize image to 2115x1587, save
5. press ctrl+u to open Batch convert dialog
6. add actions:
- 'Canvas resize', Normal, set W&H 200%
- 'Resize', Fit, set W&H 200%
- 'Aspect Pad', ratio 0.10 (default value)
7. press Convert
convertion will fail, resulting in 0byte result file
issue B
4. resize image to 2116x1588, save
3. press ctrl+u to open Batch convert dialog
6. add actions:
- 'Canvas resize', Normal, set W&H 200%
- 'Resize', Fit, set W&H 200%
- 'Aspect Pad', ratio 0.10 (default value)
app will crash as soon as you add last action
if my calculations correct it is somthing like this:
after resize: 2115*4 = 8460 x 1588
after ratio: 8460 x 80580 = 681.71 megapixels
Related