Syntax
magick convert -resize <percentage> <image-path> <output-path>
Example
magick convert -resize 70% in.jpg out.jpg
Syntax
magick convert -resize <percentage> <image-path> <output-path>
Example
magick convert -resize 70% in.jpg out.jpg