bitmap->stringdata

Synopsis

(bitmap->stringdata bitmap)

Parameters

  • bitmap

Description

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.

Side Effects

Return Value

A string containing the binary raw bitmap pixel data is returned.

Example

> (bitmap->stringdata (bitmap-create 8 8))
"\000\000\000\000\000\000\000\000"
>