Tag Image editing

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…

Rotate videos with FFmpeg

This post is outdated. If you are using a newer version of FFmpeg you should use display_rotation instead. Read more here: There are actually two ways you can rotate videos with FFmpeg: If you can, you should always change…