Imagick

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Stacks
Forum Newbie
Posts: 24
Joined: Thu Jun 05, 2008 7:52 pm

Imagick

Post by Stacks »

Hi. I'm trying to install Imagick on XP for use in my php. I cannot find the pecl extension dll anywhere. All I can find is the source files.

I found the c source files. However I don't know how to compile them.

The files I have are
php_imagick_macros.h
php_imagick_defs.h
php_imagick.h
imagickpixeliterator_class.c
imagickpixel_class.c
imagickdraw_class.c
imagick_helpers.c
imagick_class.c
imagick.c

config.w32
config.m4

With those files can I compile the DLL myself? It looks like the website hosing the DLL's has been taken off line. I have Visual Studio 2005 installed. How would I go about compiling the DLL's myself?
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: Imagick

Post by it2051229 »

I think you're asking the wrong forum. Although I have never used Imagick before but I think it's best if you ask that directly to Imagicks' forum
Post Reply