(greymap-rotate-right greymap)
This procedure rotates a greymap 90 degrees clockwise.
The resulting greymap is returned.
> (define x (mandelbrot -2.0 2.0 -2.0 2.0 200 640))
x
> (graymap-equalize! x)
#<graymap(16) orow:-1 ocol:-1 xres:-1 yres:-1 w:640 h:640>
> (define y (graymap-high->greymap x))
y
> (define z (greymap-rotate-right y))
z
> (greymap-writepng z "greymap-rotate-right.png")
ok
>
The resulting PNG file displays as follows: