NConvert
Suggestion:
Short form of 'inch' shall be 'in' (2 letters) not 'i' (1 letter)
I would also change full word 'inch/inches' to short 'in' if it uses together with other short form of units, e.g. 'cm,mm'.
XnView
Set DPI dialog and maybe somewhere else.
NConvert
nconvert.exe -help
Code: Select all
-canvas w h pos : Resize canvas
w h can be percent (ex: -canvas 100% 200%)
w h can be cm (ex: -canvas 100cm 200cm)
w h can be mm (ex: -canvas 100mm 200mm)
w h can be inches (ex: -canvas 100i 200i)
-resize w h : Scale width-height
w h can be percent (ex: -resize 100% 200%)
w h can be cm (ex: -resize 100cm 200cm)
w h can be mm (ex: -resize 100mm 200mm)
w h can be inches (ex: -resize 100i 200i)