amit <amit.kohan@gmail.com> wrote:
>
>Few weeks ago, somebody suggested me to use Imagick for image
>manipulation/processing. I installed it and now want to start learning
>it so I did start with an example but what other steps should I take
>after installation?
>As you know better I need to instantiate an object from a class but
>there is no any include file to add the library to my project!
It's a native extension. That means the class is available without having
to import anything, just like the other extensions (for example, Postgres
or MySQL).
Didn't you look at ANY of the examples in the documentation? That's what
they're there for.
--
Tim Roberts,
timr@probo.com
Providenza & Boekelheide, Inc.