bmp not a GD extension bmp not a GD extension
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

bmp not a GD extension

Started by blazer380, September 09, 2004, 06:55:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

blazer380

I am having trouble uploading bmp files to my gallery. I tried both Batch Add and 1 at a time. It keeps telling me that the bmp file is not a GD extension. I checked my database, bmp is listed as image/bmp. In config, I have ALL for images. I tried also to type in jpg,bmp,png insteat of ALL, but it just causes a mess with the code. I'm running ver 1.3.1.

kegobeer

bmp isn't a native GD format.  GD works with JPG and PNG formats, and with GD v2.0.28 GIF format.  Coppermine doesn't support GIF with GD yet, but once PHP comes bundled with GD v2.0.28 the support will be written back into Coppermine.

For more information about GD, go to http://www.boutell.com/gd/.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots