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