//Bildconvertierung BYTE *gray_image; gray_image=new BYTE[infoheader.biWidth*infoheader.biHeight]; //printf("infoheader.biWidth = %i infoheader.biHeight = %i\n",infoheader.biWidth,infoheader.biHeight); for (int i=0;i