Once I count the black pixels on a picture I load a label that displays that count. I'd like to save the picture with the label on it as a picture. I realise the label isn't part of the picture but to save the image as a composite would I use bitblt and save it that way or is there a better way?

I also paint some lines onto the picture but then saving the picture doesn't record those new paintings. Is that bitblt again?


Many thanks

Phil