Never enlarge images in magick.exe
Never enlarge images in magick.exe
How to resize image in magick.exe with only shrink images to fit into the size given? Never enlarge.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Never enlarge images in magick.exe
-resize "widthxheight>"
See > character at https://imagemagick.org/script/command- ... p#geometrywidthxheight> Shrinks an image with dimension(s) larger than the corresponding width and/or height argument(s).