Big Big Problem[GIF Support?] Big Big Problem[GIF Support?]
 

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

Big Big Problem[GIF Support?]

Started by mvru, November 28, 2003, 04:28:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Minne

when i try to add batch photos. and get to the final screen where it says ok. but the picture is broken and then i click it and it says Unable to create thumbnail or reduced size image.

and also another problem is when i try to add gif photos it just shows a photo that says gif on the lil example. and config in admin panel says it accepts gif
[editors note] I changed the title please try to be more descriptive[/note]

gtroll

GIF file writing is not supported in GD and can not  be resized by Imagemagick. Future gif support relies on the protections running out and the support in PHP/GD/IM..

mvru

Is there any way to upload GIF files into my gallery?
I was trying to upload a gif files but I'm getting this error:
------------------------------------------------------------------------------------
When using the GD image library allowed image types are only JPEG and PNG.
------------------------------------------------------------------------------------

Any help is apreciated!

gtroll

ok here a hacky way to do it you wouldn't want to do this for a bunch of pics but this might work
first make a jpg image the same size and name as your gif but name.jpg upload through script. resize your gif's by hand to the same size of your script resize jpg saving to normal_*.gif and thumb_ *.gif. ftp your resized gif's to the same directory you uploaded jpg of same name. go into phpmyadmin edit the info in cpg_pictures to have the file extension and filesize of your gifs.

kegobeer

QuoteGIF file writing is not supported in GD and can not be resized by Imagemagick
Imagemagick supports resizing GIFs!  I upload them all the time and have no problems creating thumbs and intermediate images.  The only thing is that ImageMagick binary distributions do not include support for the LZW algorithm so GIF files are written uncompressed, so it's recommended to convert images to PNG or JPEG.  If you don't have Imagemagick installed, ask your host to install it for you - most will do so upon request.
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