Skip to main content
added 131 characters in body
Source Link
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

Factor + image.processing.rotation, 52 bytes

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

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

Source Link
chunes
  • 27.8k
  • 3
  • 32
  • 55

Factor + image.processing.rotation, 52 bytes

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