I am trying to save part of the client as a monochrome bitmap. I tried using the command
procedure CopyClientToBitmap(bitmap: Integer; xs, ys, xe, ye: Integer);
but it saves the bitmap as a 24 bit bitmap. Is there any way to make SCAR save the image as a monochrome bitmap?
