Re: generate animated gifs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



El día 2 de agosto de 2010 22:06, Martín Marqués
<martin.marques@xxxxxxxxx> escribió:
> El 2 de agosto de 2010 19:29, Ashley Sheridan
> <ash@xxxxxxxxxxxxxxxxxxxx> escribió:
>>
>> On Mon, 2010-08-02 at 18:43 -0300, Martín Marqués wrote:
>>
>> Is there a way (I haven't found it yet) to create with a sequence of
>> gifs an animated gif using php-gd?
>>
>>
>> Not natively with GD. For more complicated image creation, such as animated GIFs, you should look at ImageMagick. This tool has some extremely powerful options, and there is a PHP module for working with it if you can't or don't want to get dirty on the command line.
>>
>
> OK, using ImageMagick I would use the convert command like this:
>
> convert   -delay 20   -loop 0   images*.gif   animate.gif
>
> How can I replicate this using pecl::ImageMagick?

Answering to myself:

http://www.php.net/manual/es/function.imagick-animateimages.php

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux