convert original.jpg -resize 1024x1024 small.jpgOn Window:
magick convert original.jpg -resize 1024x1024 small.jpgThis doesn't change the aspect ratio of the images - it is fit into the box (in this case 1024x1024) that you specify.
convert original.jpg -resize 1024x1024 small.jpgOn Window:
magick convert original.jpg -resize 1024x1024 small.jpgThis doesn't change the aspect ratio of the images - it is fit into the box (in this case 1024x1024) that you specify.