Rotate images in Windows with ImageMagick
Since rotating images in Windows causes images to loose quality, I decided to use ImageMagick to rotate images instead. ImageMagick is a small command-line tool for image processing. Rotating images with ImageMagick is fairly simple: Rotate right magick convert -rotate “90” input.jpg output.jpg Rotate left magick convert -rotate “-90” input.jpg output.jpg Rotate upside down magick … Continue reading Rotate images in Windows with ImageMagick
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed