Skip to main content
added 168 characters in body
Source Link
mousetail
  • 14.4k
  • 1
  • 41
  • 91

Python + Pygame, 77 bytes

from pygame import* image.save(transform.rotate(image.load(a:=input()),90),a) 

Guess in terms of golfiness PIL/Pillow > Pygame > OpenCV

Python + Pygame, 77 bytes

from pygame import* image.save(transform.rotate(image.load(a:=input()),90),a) 

Python + Pygame, 77 bytes

from pygame import* image.save(transform.rotate(image.load(a:=input()),90),a) 

Guess in terms of golfiness PIL/Pillow > Pygame > OpenCV

Source Link
mousetail
  • 14.4k
  • 1
  • 41
  • 91

Python + Pygame, 77 bytes

from pygame import* image.save(transform.rotate(image.load(a:=input()),90),a)