Imagick convert image with same aspect ratio

By.

min read

My profile

Share this:
Width 200: convert image.suffix -resize 200x output.suffix
Height 200: convert image.suffix -resize x200 output.suffix

Source: https://github.com/ImageMagick/ImageMagick/discussions/5109

Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *