[PHP] imagick version 0.9.5 released

2003-02-19 Thread Michael Montero
Thanks to Christian Stocker for actually putting the newest release up. It's available here: http://pear.php.net/imagick/ Here are the recent changes: - functions added: imagick_newimagelist() imagick_pushlist() imagick_poplist() imagick_mosaic() imagick

Re: [PHP] take text before '-' and after it

2002-12-12 Thread Michael Montero
You can use split() or explode(). $string = "1234-5467" ; list( $before_dash, $after_dash ) = explode( "-", $string ) ; or $array = explode( "-", $string ) ; On Thu, 12 Dec 2002 [EMAIL PROTECTED] wrote: > > Wouldn't it be simpler to just remove the '-'? > > $var = str_replace("-","",$var);

[PHP] PHP imagick Windows DLL

2002-12-11 Thread Michael Montero
For any Windows users of PHP that want ImageMagick functionality built into PHP, you can download the ImageMagick PHP DLL from here: http://php.chregu.tv/php_imagick.dll Christian Stocker was gracious enough to spend time figuring out how to get it to work. For the official imagick PEAR site,

[PHP] imagick v0.9.0.1 RELEASED

2002-12-03 Thread Michael Montero
imagick, the PHP ImageMagick module, has been moved and can be found here: http://pear.php.net/package-info.php?pacid=76 All releases will occur at this location from now on. The site: http://magick.communityconnect.com/ Will continue to point to the above PHP URL. Christian and I released ve

[PHP] PHP Magick version 0.5a Released!

2002-11-25 Thread Michael Montero
Just released some more functionality. The major push right now is join my efforts with those of Christian Stocker to get one single module into PEAR. Christian and I have been working that. Please see the latest changes below...they are significant. - functions added:

[PHP] 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() magic

Re: [PHP] ImageMagick Extension v0.2a Released (UPDATED)

2002-11-22 Thread Michael Montero
t; project, or something similar? > > Cheers and great job, > Wes > > > On Thursday, November 21, 2002, at 05:56 PM, Michael Montero wrote: > > > Just released the next version of magick, the PHP ImageMagick > > extension. > > It is located here: > >

[PHP] ImageMagick Extension v0.2a Released (UPDATED)

2002-11-21 Thread Michael Montero
Just released the next version of magick, the PHP ImageMagick extension. It is located here: http://apc.communityconnect.com/magick/magick-0.2a.tar.gz Here's the ChangeLog: November 21, 2002 0.2a o functions added: magick_rotate() magick_shear()

[PHP] New ImageMagick Extension v0.1a Released

2002-11-21 Thread Michael Montero
Hello all! I have release version 0.1a of an ImageMagick PHP extension. It includes everything you need to test it out and it's well documented. I support a small number of functions and am working on adding PHP functionality for everything that ImageMagick can do. I'm sending out this releas