You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to resize a directory of png images, but some of the images are already below my specified width/height, resulting in them being either cropped (if --max isn't provided) or scaled up.
results in all images being scaled up to 640, regardless of whether or not some of the images are already smaller than 640, even though I specified the --withoutEnlargement flag.
Any ideas?
The text was updated successfully, but these errors were encountered:
I'm trying to resize a directory of png images, but some of the images are already below my specified width/height, resulting in them being either cropped (if
--max
isn't provided) or scaled up.For example,
results in all images being scaled up to
640
, regardless of whether or not some of the images are already smaller than640
, even though I specified the--withoutEnlargement
flag.Any ideas?
The text was updated successfully, but these errors were encountered: