The similar operation for changing the width but keeping height constant is
Code: Select all
mogrify -resize '100!' image.png
Code: Select all
mogrify -resize 'x100!' image.png
Is this a bug in the geometry parsing/resizing?mogrify: negative or zero image size `image.png' @ error/resize.c/ResizeImage/2570