Skip to main content
1 of 2
Parcly Taxel
  • 4.7k
  • 1
  • 8
  • 55

ImageMagick, 23 bytes

mogrify -rotate "90" $1 

Conveniently this command overwrites the source file, and does not need the image to be of any specific dimensions.

Parcly Taxel
  • 4.7k
  • 1
  • 8
  • 55