Quote:
Originally Posted by RS_Jelle
After searching a bit in the wrong direction, I found the issue. It's easy: imagecreatefrombmp() doesn't exist. Only imagecreatefromjpeg(), imagecreatefromgif() and imagecreatefrompng() do exist (and some less popular other formats).
The bmp function will be removed in a next release. Just convert the image to another format (and remove bmp as an image extension).
Nice catch 
|
Marvellous - thanks! Problem solved!