Batch convert - Canvas resize - Relative behaviour

Ideas for improvements and requests for new features in XnView MP

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
user0
XnThusiast
Posts: 2410
Joined: Sat May 09, 2015 9:37 am

Batch convert - Canvas resize - Relative behaviour

Post by user0 »

XnViewMP 1.4.3 64bit
Windows11 (22H2), display resolution 3840x2160, win scaling 150%


Batch convert - Canvas resize
Relative values are not linked to main W & H values. They work as two separate sets when you edit them
batch_convert_canvas_resize_relative.png
batch_convert_canvas_resize_relative.png (2.73 KiB) Viewed 744 times

Suggestion
It is better to link them so they affect each other when you edit them (as it is in e.g. Adobe apps)

for example

Code: Select all

main = original w & h
main: 800x600

ACTION                       RESULT
change main                  modified_main: 804x600
tick Relative checkbox       relative:      4x0     (modified_main - original)
change relative              relative:      66x0
untick Relative checkbox     modified_main: 866x600 (original + relative)



Related
Post Reply