ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats like GIF, JPEG, PNG, Postscript, and TIFF. We can also use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
Install ImageMagick
Execute the following commands to install ImageMagick with ImageMagick development tools on your Amazon Linux machine.
Advertisement
sudo yum makecache fast sudo yum install ImageMagick ImageMagick-devel
All done
2 Comments
Thanks a lot for such a simple solution.
Thank you!! After searching everywhere for this, your soltion worked instantly