php-general Digest 3 Aug 2010 13:47:43 -0000 Issue 6877

Topics (messages 307288 through 307296):

Re: generate animated gifs
        307288 by: Ashley Sheridan
        307291 by: Martín Marqués
        307292 by: Philip Thompson
        307293 by: Martín Marqués
        307294 by: Hans Åhlin
        307295 by: Hans Åhlin

displaying and updating records in a form
        307289 by: David Mehler

CakePHP
        307290 by: Philip Thompson

Maintainer/Developer for PHPDebugger wanted
        307296 by: Jost Boekemeier

Administrivia:

To subscribe to the digest, e-mail:
        [email protected]

To unsubscribe from the digest, e-mail:
        [email protected]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
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?
> 
> -- 
> Martín Marqués
> select 'martin.marques' || '@' || 'gmail.com'
> DBA, Programador, Administrador
> 


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.

Thanks,
Ash
http://www.ashleysheridan.co.uk



--- End Message ---
--- Begin Message ---
El 2 de agosto de 2010 19:29, Ashley Sheridan
<[email protected]> 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?

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

--- End Message ---
--- Begin Message ---
On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote:

> 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?
>> 
>> -- 
>> Martín Marqués
>> select 'martin.marques' || '@' || 'gmail.com'
>> DBA, Programador, Administrador
>> 
> 
> 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.
> 
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk

I thought that GIF was patented or copyrighted or something - didn't know if it 
was possible to create GIFs with ImageMagick/PHP. Did I pull that from left 
field?

~Philip

http://lonestarlightandsound.com/


--- End Message ---
--- Begin Message ---
El día 2 de agosto de 2010 22:06, Martín Marqués
<[email protected]> escribió:
> El 2 de agosto de 2010 19:29, Ashley Sheridan
> <[email protected]> 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

--- End Message ---
--- Begin Message ---
2010/8/3 Philip Thompson <[email protected]>

> On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote:
>
> > 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?
> >>
> >> --
> >> Martín Marqués
> >> select 'martin.marques' || '@' || 'gmail.com'
> >> DBA, Programador, Administrador
> >>
> >
> > 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.
> >
> > Thanks,
> > Ash
> > http://www.ashleysheridan.co.uk
>
> I thought that GIF was patented or copyrighted or something - didn't know
> if it was possible to create GIFs with ImageMagick/PHP. Did I pull that from
> left field
>




> ~Philip
>
> http://lonestarlightandsound.com/
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
**********************************************
 Hans Åhlin
   Tel: +46761488019
   icq: 275232967
   http://www.kronan-net.com/
   irc://irc.freenode.net:6667 - TheCoin
**********************************************

--- End Message ---
--- Begin Message ---
2010/8/3 Philip Thompson <[email protected]>

> On Aug 2, 2010, at 5:29 PM, Ashley Sheridan wrote:
>
> > 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?
> >>
> >> --
> >> Martín Marqués
> >> select 'martin.marques' || '@' || 'gmail.com'
> >> DBA, Programador, Administrador
> >>
> >
> > 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.
> >
> > Thanks,
> > Ash
> > http://www.ashleysheridan.co.uk
>
> I thought that GIF was patented or copyrighted or something - didn't know
> if it was possible to create GIFs with ImageMagick/PHP. Did I pull that from
> left field?
>

No, they released their patent a while ago .
(btw sorry for the empty mail, my web-browser crashed)

~Philip
>
> http://lonestarlightandsound.com/
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


**********************************************
 Hans Åhlin
   Tel: +46761488019
   icq: 275232967
   http://www.kronan-net.com/
   irc://irc.freenode.net:6667 - TheCoin
**********************************************

--- End Message ---
--- Begin Message ---
Hello,
Not sure if this went out, apologies if this is a double post.
I'm having difficulty tying something together. I'm wanting to display
a record from a database in a form, information from the various
fields in the database goes in to their coresponding fields in the
form, for example address field of the database goes in to the address
field of the form etc. If I then edit and resubmit that same form the
field or fields edited and only them will be updated. I'd like this to
be all in one file.
This tells me I need three queries, one a method to display records
for selection and editing which I have, the second to select the
specific record based on the ID in this case and to put that in the
form which isn't working the form display part, and the third to
update any altered fields which I don't have.
If anyone has code like this i'd appreciate it.
Thanks.
Dave.

--- End Message ---
--- Begin Message ---
Hi all.

Long time no talk. I'm getting a little bit more involved with CakePHP and I 
wanted to get some feedback from some seasoned veterans. From what I've played 
around with so far, I enjoy its structure and ability to create sites quickly. 
I was curious about some of the pros and cons that others have had with 
CakePHP. Thoughts? Enlighten me!

Thanks,
~Philip

http://lonestarlightandsound.com/


--- End Message ---
--- Begin Message ---
Hi,

I am looking for someone to take over the development of the
PHPDebugger (see
http://php-java-bridge.cvs.sourceforge.net/viewvc/*checkout*/php-java-bridge/php-java-bridge/server/META-INF/java/PHPDebugger.php).
-- I will keep maintaining the zend-compatible "PHPDebugger.inc",
though.

The PHPDebugger.php is a PHP source level debugger written entirely in
PHP. It uses a JavaScript GUI and the PHP 5 "token_get_all" procedure
to inject breakpoints into a running script. It can be used in
environments where it is not possible or feasible to add a PHP
extension (dll or so file) to PHP.

If you are interested, please mail to jost.boekemeier at googlemail dot com


Regards,
Jost Boekemeier

--- End Message ---

Reply via email to