Rotate a webp image with imagemagick

 · 1 min · torgeir

My previous HEIC to webp conversion sometimes messes up the rotation. Here's how to fix it using imagemagick.

Terminal Images Imagemagick Webp Rotate Macos Linux

Rotate a webp image providing the degrees of rotation on the command line, using imagemagick

magick convert in.webp -rotate 90 out.webp

🖼️