Hi Philippe,
I would expect the current bitmap loading and conversion code to be slow,
but there are definitely improvements that could be made.
I recently changed the pnm_load function to call the video driver's 'pixel'
function to store each pixel rather that quickly loading them into the b
Hi Micah,
Using a bitmap and a vectoriel keyboard, I note the following
* bitmap keyboard take 4 x more time to load
* switching from 1bpp to 2bpp (and vice versa) takes also 4 x more time with bitmap
keyboard
This seems to be due to the conversion of the internal bitmap format stocking.
The fu