"Richard Heathfield" <> wrote in message
news:...
> superpollo said:
>
>> Richard Heathfield wrote:
>>
>>> I wrote a bitmap library (in straight ISO C, so I can use it
>>> anywhere) which I find useful when I want to produce any kind of
>>> graphics for my own use.
>>
>> is it available anywhere?
>
> No, I haven't released it, but it's not hard to write your own. You
> can get the bitmap spec from here:
>
> http://www.wotsit.org/list.asp?al=B
>
> All you have to do is define an internal graphics format (of your
> own design), and then provide, at a bare minimum, the following
> functionality:
>
> 1) load a bitmap image into a frame buffer
> 2) set a given pixel to a given colour
> 3) save a frame buffer into a bitmap file
And, possibly, get the colour of a given pixel.
--
bartc