Re: [PHP-DEV] PHP Magick version 0.4a Released!

2002-11-24 Thread Christian Stocker
Hi

I just had a very quick look at your code and didn't even try it out
(lack of time...), but I'm just wondering, why you wrote you're own
extension and didn't start with imagick from PECL (
http://pear.php.net/package-info.php?pacid=76 ) ? 

Maybe we really can join our efforts and do something together (I didn't
work for a long time on ext/imagick..), it would be a pity, if we have 2
different imagemagick extensions in the long term :)

so long

chregu




On Fri, 2002-11-22 at 23:08, Michael Montero wrote:
 Just released the next version of magick, the PHP ImageMagick extension.  
 It's now available as this URL:
 
 http://magick.communityconnect.com/
 
 Here are the latest changes:
 
 o functions added:
 magick_writeimages()
 magick_destroyhandle()
 magick_image2blob()
 magick_drawarc()
 magick_drawcircle()
 magick_drawpoint()
 magick_border()
 magick_frame()
 magick_raise()
 magick_getwidth()
 magick_getheight()
 magick_getmimetype()
 magick_setfillcolor()
 magick_setfontface()
 magick_charcoal()
 magick_implode()
 magick_oilpaint()
 magick_solarize()
 magick_swirl()
 magick_wave()
 o more preparation for image lists
 o fixed incorrect comments in some examples
 o fixed incorrect calls to magick_failedreason() and
   magick_faileddescription() in most examples
 o a number of examples weren't exiting properly on errors,
   that's been fixed
 o phpinfo() now displays available font family and font names
 o coolest function so far: magick_oilpaint().  The output is
   awesome!
 o added MaxRGB to phpinfo() section
 
 Got through quite a few things today.  Shooting for beta release by the 
 end of next week.
 
 
 -- 
 Michael C. Montero
 Chief Technology Officer
 Community Connect Inc. Co-founder
 [EMAIL PROTECTED]
 
 -=-=-=-=-=  Community Connect Inc.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 The Premier Source of Interactive Online Communities149 Fifth Avenue
 http://www.CommunityConnectInc.com/ New York, NY 10010
 
 http://www.AsianAvenue.com/ http://www.BlackPlanet.com/
 Click into Asian AmericaThe World Is Yours
 
 http://www.MiGente.com/ http://www.DiversityJobMarket.com/
   The Power of LatinosIn partnership with The New
   York Times
 
 -  Your Message May Appear Below This Line
-- 
christian stocker | bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 |  fax +41 1 240 56 71
http://www.bitflux.ch  |  [EMAIL PROTECTED]  |  gnupg-keyid 0x5CE1DECB


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




Re: [PHP-DEV] PHP Magick version 0.4a Released!

2002-11-23 Thread Markus Fischer
So I guess this is not the same as the one from
http://pear.php.net/package-info.php?pacid=76 ?

Taking a quick grap your version looks like it has more
functionality.

Maybe there's interest in collaborating; sending to pear-dev@
too.

- Markus

On Fri, Nov 22, 2002 at 05:08:30PM -0500, Michael Montero wrote : 
 Just released the next version of magick, the PHP ImageMagick extension.  
 It's now available as this URL:
 
 http://magick.communityconnect.com/
 
 Here are the latest changes:
 
 o functions added:
 magick_writeimages()
 magick_destroyhandle()
 magick_image2blob()
 magick_drawarc()
 magick_drawcircle()
 magick_drawpoint()
 magick_border()
 magick_frame()
 magick_raise()
 magick_getwidth()
 magick_getheight()
 magick_getmimetype()
 magick_setfillcolor()
 magick_setfontface()
 magick_charcoal()
 magick_implode()
 magick_oilpaint()
 magick_solarize()
 magick_swirl()
 magick_wave()
 o more preparation for image lists
 o fixed incorrect comments in some examples
 o fixed incorrect calls to magick_failedreason() and
   magick_faileddescription() in most examples
 o a number of examples weren't exiting properly on errors,
   that's been fixed
 o phpinfo() now displays available font family and font names
 o coolest function so far: magick_oilpaint().  The output is
   awesome!
 o added MaxRGB to phpinfo() section
 
 Got through quite a few things today.  Shooting for beta release by the 
 end of next week.
 
 
 -- 
 Michael C. Montero
 Chief Technology Officer
 Community Connect Inc. Co-founder
 [EMAIL PROTECTED]
 
 -=-=-=-=-=  Community Connect Inc.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
 The Premier Source of Interactive Online Communities149 Fifth Avenue
 http://www.CommunityConnectInc.com/ New York, NY 10010
 
 http://www.AsianAvenue.com/ http://www.BlackPlanet.com/
 Click into Asian AmericaThe World Is Yours
 
 http://www.MiGente.com/ http://www.DiversityJobMarket.com/
   The Power of LatinosIn partnership with The New
   York Times
 
 -  Your Message May Appear Below This Line
 
 
 
 -- 
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, visit: http://www.php.net/unsub.php

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




[PHP-DEV] PHP Magick version 0.4a Released!

2002-11-22 Thread Michael Montero
Just released the next version of magick, the PHP ImageMagick extension.  
It's now available as this URL:

http://magick.communityconnect.com/

Here are the latest changes:

o functions added:
magick_writeimages()
magick_destroyhandle()
magick_image2blob()
magick_drawarc()
magick_drawcircle()
magick_drawpoint()
magick_border()
magick_frame()
magick_raise()
magick_getwidth()
magick_getheight()
magick_getmimetype()
magick_setfillcolor()
magick_setfontface()
magick_charcoal()
magick_implode()
magick_oilpaint()
magick_solarize()
magick_swirl()
magick_wave()
o more preparation for image lists
o fixed incorrect comments in some examples
o fixed incorrect calls to magick_failedreason() and
  magick_faileddescription() in most examples
o a number of examples weren't exiting properly on errors,
  that's been fixed
o phpinfo() now displays available font family and font names
o coolest function so far: magick_oilpaint().  The output is
  awesome!
o added MaxRGB to phpinfo() section

Got through quite a few things today.  Shooting for beta release by the 
end of next week.


-- 
Michael C. Montero
Chief Technology Officer
Community Connect Inc. Co-founder
[EMAIL PROTECTED]

-=-=-=-=-=  Community Connect Inc.  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

The Premier Source of Interactive Online Communities149 Fifth Avenue
http://www.CommunityConnectInc.com/ New York, NY 10010

http://www.AsianAvenue.com/ http://www.BlackPlanet.com/
Click into Asian AmericaThe World Is Yours

http://www.MiGente.com/ http://www.DiversityJobMarket.com/
The Power of LatinosIn partnership with The New
York Times

-  Your Message May Appear Below This Line



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