Page 1 of 1

Never enlarge images in magick.exe

Posted: 2019-10-15T18:48:33-07:00
by decard22
How to resize image in magick.exe with only shrink images to fit into the size given? Never enlarge.

Re: Never enlarge images in magick.exe

Posted: 2019-10-15T19:42:56-07:00
by fmw42
-resize "widthxheight>"
widthxheight> Shrinks an image with dimension(s) larger than the corresponding width and/or height argument(s).
See > character at https://imagemagick.org/script/command- ... p#geometry