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.
mogrify -rotate "90" $1 Conveniently this command overwrites the source file, and does not need the image to be of any specific dimensions.