Skip to content
Compare
Choose a tag to compare
@ChrisOelmueller ChrisOelmueller released this 19 Jul 17:47

rotate

Rotate text by 90, 180 or 270 degrees, mirror text, transpose text.

The live demo below showcases those three different modes.

If python in version 3 is available, you can also run rotate from the
command line as rotate.py infile outfile degrees.
degrees will round down to multiples of 90.

Note: degrees=90 will rotate counterclockwise (positive rotation)!

Heroku

Live demo:
http://rotate.herokuapp.com/

License

The MIT License (MIT)