Connecting Tech Pros Worldwide Forums | Help | Site Map

How can I perform quick PHP/ImageMagick test

Randell D.
Guest
 
Posts: n/a
#1: Jul 17 '05

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.
Guest
 
Posts: n/a
#2: Jul 17 '05

re: How can I perform quick PHP/ImageMagick test



"Randell D." <you.can.email.me.at.randelld@yahoo.com> wrote in message
news:%SL7b.125386$la.2768173@news1.calgary.shaw.ca ...[color=blue]
>
> 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[/color]
GD[color=blue]
> which is listed further down in its own box).
>
> Can someone give me a quick one or two liner script that would do[/color]
*anything*[color=blue]
> to an image called image.jpg which I could use to confirm my installation[/color]
is[color=blue]
> working correctly?
>
> Secondly, if someone can point me to any php based imagemagick resources,[/color]
it[color=blue]
> 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?
>
>[/color]

Sorry... I searched my system and found some Imagick scripts under the
php/ext directory that should do me fine...


Closed Thread