This is a discussion on How can I perform quick PHP/ImageMagick test within the PHP Language forums, part of the PHP Programming Forums category; Folks, I've not used ImageMagick before - I've worked with the gd functions that are pre-compiled in PHP ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Folks, I've not used ImageMagick before - I've worked with the gd functions that are pre-compiled in PHP and found some of the limits problematic yet heard better reviews on ImageMagick. I've got PHP 4.3.3 - When I do a phpinfo(); it tells me it was compiled with --with-imagemagick There is no other mention of it anywhere (unlike GD which is listed further down in its own box). Can someone give me a quick one or two liner script that would do *anything* to an image called image.jpg which I could use to confirm my installation is working correctly? Secondly, if someone can point me to any php based imagemagick resources, it would be helpful. thanx -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet? |
|
|||
|
"Randell D." <you.can.email.me.at.randelld@yahoo.com> wrote in message news:%SL7b.125386$la.2768173@news1.calgary.shaw.ca ... > > Folks, > I've not used ImageMagick before - I've worked with the gd functions that > are pre-compiled in PHP and found some of the limits problematic yet heard > better reviews on ImageMagick. > > I've got PHP 4.3.3 - When I do a phpinfo(); it tells me it was compiled > with --with-imagemagick There is no other mention of it anywhere (unlike GD > which is listed further down in its own box). > > Can someone give me a quick one or two liner script that would do *anything* > to an image called image.jpg which I could use to confirm my installation is > working correctly? > > Secondly, if someone can point me to any php based imagemagick resources, it > would be helpful. > > thanx > -- > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing on usenet? > > Sorry... I searched my system and found some Imagick scripts under the php/ext directory that should do me fine... |