Skip to main content
2 of 2
added 131 characters in body
chunes
  • 27.8k
  • 3
  • 32
  • 55

Factor + image.processing.rotation, 52 bytes

[ dup load-image 90 rotate swap save-graphic-image ] 

Testing the function in Factor's REPL:

enter image description here

chunes
  • 27.8k
  • 3
  • 32
  • 55