why can't i upload, says my .gif file is "Not a GD extension"? why can't i upload, says my .gif file is "Not a GD extension"?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

why can't i upload, says my .gif file is "Not a GD extension"?

Started by neorder, July 15, 2004, 04:07:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

neorder

1. hig.gif Not a GD extension.
2. SP32-20040405-003647.gif Not a GD extension.

i do have GD2 installed at my server.

Joachim Müller

There's currently no GIF write support in GD (only gif read support), that's why you can't upload gifs with automatic thumbnail creation.
There are three options:
1) wait untill gif support returns in GD (the patent that caused non-gif support has expired, but your webhost will probably not install the next GD version as soon as it comes out)
2) use ImageMagick to work with gifs, but remember there are drawbacks as well: there's no support for animated gifs and there's no compression for modified gifs, leaving the thumbnail size ridiculously large (you can't install ImageMagick yourself, your webhost would have to anyway: not really an option)
3) Change coppermine config: let GIFs be handled as documents/movies instead of images. There are postings on this board that explain in detail how to do this.

Your issue isn't new, please search the board in the future before asking.

GauGau

MisterTea

Thanks this is helpful, I'd like to change the coppermine config but I've been searching the forums for 10 minutes and can't find anything relevant. Can you help me rephrase my search to find the related postings?

Joachim Müller