hi smile

unsure whether this is a bug, i suppose its more of a problem i have, however it is fixable, so heres what bugs me ;P

while using .drawsave -bN in screensettings where the bitdepth is smaller than N, for instance trying to do drawsave -b24 while the desktop is set to 16bit.. it will only save 16bit pictures, problem is that the dll i use to handle the saved bitmap expects 24bit. it should be possible to extrapolate 24bit info out of the 16bit colorvalues...
is there a way around this? otherwise ill have to rewrite the dll to also handle 16 bit, i guess..... but that means work :P

ciao smile