Problem with gifs Problem with gifs
 

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

Problem with gifs

Started by neis, November 08, 2010, 05:29:17 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

neis

Hi,
When I upload photos with the .gif format it creates a thumbnail. That thumbnail it's not a static photo it is a .gif
So my question is: is there any way to upload a .gif photo and make a jpg thumbnail from it?

My website: http://gifs.bixsex.com WARNING: Adult Content

Αndré

My gallery creats unanimated thumbnails. Maybe it's because I'm using GD2? Are you using GD2 or ImageMagick for picture resizing?

neis

Quote from: Αndré on November 08, 2010, 06:59:21 PM
My gallery creats unanimated thumbnails. Maybe it's because I'm using GD2? Are you using GD2 or ImageMagick for picture resizing?

I'm using ImageMagick, but I thought GD2 didn't work with .gif, is that rigth?

Αndré

GD2 cannot handle animated gifs. I always uses the first frame and creates a new gif file. If you set your gallery in a way it never touches the original images but only has to create the thumbnails. That would be the easiest way without any code changes.

neis

Quote from: Αndré on November 08, 2010, 08:15:22 PM
GD2 cannot handle animated gifs. I always uses the first frame and creates a new gif file. If you set your gallery in a way it never touches the original images but only has to create the thumbnails. That would be the easiest way without any code changes.

Do you know how to do it? Is there any settings to do that?


neis

I read the documentation but it does not say how to do this:

Quote from: Αndré on November 08, 2010, 08:15:22 PM
If you set your gallery in a way it never touches the original images but only has to create the thumbnails. That would be the easiest way without any code changes.




Αndré

Quote from: neis on November 09, 2010, 11:32:13 AM
Thank you very much!! It worked
Marking accordingly. In the future you can do this yourself as described here.

neis

Quote from: Αndré on November 09, 2010, 11:39:34 AM
Marking accordingly. In the future you can do this yourself as described here.

Sorry, I was looking for that option but didnt find it.

I have a quick question. I there any way to water mark a .gif file??

Αndré

Quote from: neis on November 09, 2010, 11:48:15 AM
I have a quick question. I there any way to water mark a .gif file??
We have a "one question per thread rule". But afaik Coppermine isn't able to watermark animated gif files.