cant drawimage

BlitzPlus Forums/BlitzPlus Beginners Area/cant drawimage

DoctorJanitoor(Posted 2014) [#1]
one of my images does not draw onto the screen. it is a bmp, and it is not a problem with the code(it works with other images). the image is a bit big, i dont know if that has anything to do with it.
is there any reason that it wouldnt draw?


GfK(Posted 2014) [#2]
How big is "a bit big"?

image = LoadImage("whatever.bmp")
If Not image
  DebugLog "Image could not be loaded"
EndIf



DoctorJanitoor(Posted 2014) [#3]
i figured it out, it wasnt the size (1000,700), it was the it wasnt 16 bit bmp, it was the 255 or so bmp