(bitmap-rotate-left bitmap)
This procedure rotates a bitmap 90 degrees counterclockwise.
The resulting bitmap is returned.
> (define x (string->bitmap "1234"))
x
> (define y (bitmap-rotate-left x))
y
> (bitmap-writepng y "bitmap-rotate-left.png")
ok
>
The resulting PNG file displays as follows: