le sigh..... well I did the gif upgrade as posted elsewhere on this site so I can now display gif's BUTTTT I'm still having no luck with bmp's which should (from all of the GD info I've read) work fine. I am however still running CPG 1.3.2 so I am about to upgrade but I thought I'd throw this problem out there for you guys to mull over while I upgrade.
I am running gd 2.0.28 compatible, as seen here > http://benmiller.servebeer.com/test/php.php
And as stated CPG 1.3.2, go ahead and try uploading .bmp if that helps.... let me know if anyone has any suggestions.
*UPDATE* wellll upgrade to 1.3.3 didn't do anything... time to update php
GD doesn't support BMP formats, that's why it doesn't work. Upgrading to the latest PHP is always a good thing, but it still won't solve this issue.
to add to what kegobeer says: despite everything that you might read elsewhere, GD can only work with jpeg, png and gif. If you need other file formats (like BMP), you'll have to use ImageMagick instead (which doesn't come with many shared hosting plans. I recommend not allowing bmp in the first place, as they're not suitable for web use anyway and a huge waste of bandwidth and resources.
ya I assumed that's what the problem was even though on the GD site it says it supports WBMP.. switching to imagemagick
WBMP is not BMP.
WBMP = Wireless Bit Map, part of the Wireless Application Protocol
BMP = Bit Mapped Graphics format in the Windows environment
ahhhhsoooooo, and this is why I'd be a network engineer and not an apps guy ;) I have installed ImageMagick though and specified what I thought was the directory of "convert.exe" no luck yet... time to tinker
make sure that you have set permisions on the ImageMagick folder accordingly, and if you're on Windows (you seem to be), make sure your ImageMagick path doesn't contain spaces. For details, post a new thread, as this one deals with GD and therefor will be closed.