Re: [PHP-DB] Shrinking gifs.. .

2005-06-22 Thread Nadim Attari
Hello, i've got this in the comments: emilus at galeria-m dot art dot pl (30-Sep-2004 10:02) To resize or copy image (gif [with gd>=2.0.28] or png) with transparency. -Take current transparency color -create a new image with palette like old one and fill new image with transparent color -set t

Re: [PHP-DB] Shrinking gifs.. .

2005-06-22 Thread Martin Norland
nikos wrote: Thank you Martin I install new gd, reconfigure php and now is running OK. But, it was a mass to realize that shortening gifs results to loss transparency(!). [snip] imagecolortransparent() That function will set the transparent color in an image (only one per image). If you rea

Re: [PHP-DB] Shrinking gifs.

2005-06-22 Thread Nadim Attari
"nikos" a écrit dans le message > But, it was a mass to realize that shortening gifs results to loss > transparency(!). Yea TRUE ! The background is black ! You will get the same result when creating PNG thumbnails ! In fact "imagecreate" and "imagecreatetruecolor" both [quoted from the manual]

RE: [PHP-DB] Shrinking gifs.

2005-06-21 Thread nikos
Norland [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 4:31 PM To: PHP-mailist (PHP-mailist) Subject: Re: [PHP-DB] Shrinking gifs. . nikos wrote: > Hello list > I'd like to make a thumbnaile list using some gifs. > I use the following code but I got error (Call to unde

Re: [PHP-DB] Shrinking gifs. .

2005-06-21 Thread Martin Norland
nikos wrote: Hello list I'd like to make a thumbnaile list using some gifs. I use the following code but I got error (Call to undefined function: imagecreatefromgif() ). Does anybody knows what's wrong? [snip] RH-9 Linux Apache httpd-2.0.40-21.11 PHP Version 4.3.11 gd-1.8.4-11 gif support was

RE: [PHP-DB] Shrinking gifs

2005-06-21 Thread nikos
I'm afraid I dont know such command -Original Message- From: Darryl Steyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 2:50 PM To: nikos Subject: Re: [PHP-DB] Shrinking gifs afaik, you need to use imagemagik to resize a gif