Re: [PHP-DOC] Re: Images

2007-01-22 Thread Derick Rethans
On Sun, 21 Jan 2007, Nuno Lopes wrote: > > This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote: > > > > > Yes, Hannes commited his patch. > > > See the imagesetpixel.xml file. > > > > excellent, what is the max dimensions/filesize of images? > > We haven't defined any hard max dim

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Kevin Waterson
This one time, at band camp, "Nuno Lopes" <[EMAIL PROTECTED]> wrote: > * descripton text isn't wrapped Done > * detirmined vs determined Done > * same comment for returnvalues section I thought this was discussed previously and decided as an exception is not a return value it did not belong h

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Nuno Lopes
In the example you use realpath. Why so? the extension should be smart enough to figure it out. Was from a devel example You also include an image as the output of the example, but why? the example does nothing but loading an external image and printing a string (as it seems), so printing a ra

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Hannes Magnusson
Hi Kevin On 1/21/07, Kevin Waterson <[EMAIL PROTECTED]> wrote: This one time, at band camp, "Nuno Lopes" <[EMAIL PROTECTED]> wrote: > In the example you use realpath. Why so? the extension should be smart > enough to figure it out. Was from a devel example > You also include an image as the ou

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Kevin Waterson
This one time, at band camp, "Nuno Lopes" <[EMAIL PROTECTED]> wrote: > In the example you use realpath. Why so? the extension should be smart > enough to figure it out. Was from a devel example > You also include an image as the output of the example, but why? the example > does nothing but loa

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Nuno Lopes
This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote: Yes, Hannes commited his patch. See the imagesetpixel.xml file. seems to be missing some OO goodness for extensions with a OOP interface. This si what I have now.. http://phpro.org/sandbox/readimage.xml Kevin some comment

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Nuno Lopes
This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote: Yes, Hannes commited his patch. See the imagesetpixel.xml file. excellent, what is the max dimensions/filesize of images? We haven't defined any hard max dimensions/filesize. But try to keep them small (less than 15 KBs +/

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Kevin Waterson
This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote: > Yes, Hannes commited his patch. > See the imagesetpixel.xml file. seems to be missing some OO goodness for extensions with a OOP interface. This si what I have now.. http://phpro.org/sandbox/readimage.xml Kevin -- "Democra

Re: [PHP-DOC] Re: Images

2007-01-21 Thread Kevin Waterson
This one time, at band camp, Mehdi Achour <[EMAIL PROTECTED]> wrote: > Yes, Hannes commited his patch. > See the imagesetpixel.xml file. excellent, what is the max dimensions/filesize of images? Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-

[PHP-DOC] Re: Images

2007-01-20 Thread Mehdi Achour
Yes, Hannes commited his patch. See the imagesetpixel.xml file. Mehdi Kevin Waterson wrote: Is it possible to add images yet? Kevin