of "Image object not initalized" for the Debug line. This is correct, because
the JPG couldn't be decoded. I know that I should be using "If LoadImage..."
for it. But my suggestion would be that perhaps the error should say that the
UseJPEGImageDecoder() command should be called before loading a JPG?
Code: Select all
LoadImage(0,"Image.jpg")
Debug ImageWidth(0)