Tsjech
Bitmap PixelFormat causing OutOfMemoryException
promotionQueen.Image = bmp.Clone(move.PromotedPiece.PieceOfImage, bmp.PixelFormat);
throws the exception, I have accessed the image at other places in my code and everything works fine. Without adding the Size to the decleration of
bmp
this code runs fine too, the image is just too big for the label6 replies