Compress image height in proportion
Posted: Fri Jul 05, 2019 1:29 pm
Please tell me how to compress the image in height, while maintaining the proportions of the width
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Zuldek wrote: Fri Jul 05, 2019 1:29 pm Please tell me how to compress the image in height, while maintaining the proportions of the width
Code: Select all
-resize w h : Scale width-height
w h can be percent (ex: -resize 100% 200%)
-resize fill w h : Scale by filling the box wxh
-resize longest size : Scale longest side
-resize shortest size : Scale shortest side