The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.
ImageMagick builds are QuantumDepth 16 (default).
GraphicsMagick builds are QuantumDepth 8 (default).
Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.
Edit: Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/
Pingback: Mikko Koppanen’s Blog: Imagick and Gmagick builds available for Windows | Webs Developer
Pingback: Tech Blog » Imagick e Gmagick costruisce disponibile per Windows
#1 by loranger on October 22, 2009 - 4:13 pm
Quote
Just wondering, what’s the aim ? Does Imagick and Gmagick will merge ? Does Gmagick will replace Imagick ? Imagick will replace Gmagick ?
#2 by magerio on November 4, 2009 - 1:42 am
Quote
I just have an OT question. Is there a way to use GRAVITY when compositing images with Imagick::compositeImage() function?
#3 by Michael on November 4, 2009 - 9:45 pm
Quote
How do you load these extensions? I am using wampserver and I downloaded the extensions, put them in teh ext directory, then I added the lines to the extensions section of the php.ini file and restarted my server. But I can’t get the extension to show.
Thanks.
Michael
#4 by Jansi on December 16, 2009 - 4:24 pm
Quote
The same question … downloaded, put into ext dir. dir is into einvairoment variables “path”. put it into ini. Restart everything. Nothing works. Help !?
#5 by albuquerque attorney on December 18, 2009 - 11:13 am
Quote
Would like to know that why it doesn’t work with the official PHP?Also like to know same question Is there a way to use GRAVITY when compositing images with Imagick::compositeImage() function?Thanks for sharing awesome post.
#6 by Mikko Koppanen on December 24, 2009 - 4:49 pm
Quote
@albuquerque attorney,
it does work with VC9 ones. You just need to make sure that everything in the stack is compiled with VC9 compiler.
#7 by Mikko Koppanen on December 24, 2009 - 4:49 pm
Quote
Jansi,
what does “nothing works” mean? Error messages? Error description?
Pingback: Imagick and Gmagick builds available for Windows | Tutz - Best Tutorials
#8 by xhashao on February 2, 2010 - 12:35 pm
Quote
how to make dashed border out of image,use php!!?
#9 by jonas on March 26, 2010 - 2:50 pm
Quote
Hello, can you please help. I have a XAMPP installation with PHP VC6. I tried 10,20 differente imagick dll’s and nothing works. Tried getting PHP VC9, but that breaks all my other modules. I am in dire need of imagick for a mapping framework mapbender. Please help. Main error code below:
PHP Startup: imagick: Unable to initialize module
Module compiled with module API = 20090626
PHP compiled with module API=20090626
These options need to match
#10 by Vinny on March 28, 2010 - 3:41 am
Quote
hi, do those imagick dll versions work with PHP 5.3.2 NTS
#11 by Brent on May 1, 2010 - 8:00 am
Quote
The imagick dll versions work with PHP-5.3.2 NTS IF you have the VC9 version of PHP installed (normally the case if you’re running IIS; not Apache).
If you are running Apache, then you have the VC6 compiled version of PHP and the VC9 versions of imagick dll WILL NOT work.
Unfortunately Mikko hasn’t supplied the VC6 version for PHP5.3.
#12 by Laurence on May 17, 2010 - 1:42 pm
Quote
builds using V6 are available here: http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/
for me, this was the last piece in the puzzle