(bitmap->stringdata bitmap)
The resolution of the originating bitmap is lost by this conversion, if it’s intended to reconvert the data later it needs to be preserved by other means.
A string containing the binary raw bitmap pixel data is returned.
> (bitmap->stringdata (bitmap-create 8 8))
"\000\000\000\000\000\000\000\000"
>