Current Page: 1 of 1
Results 1 - 4 of 4
9 years ago
FireDart
Sorry to dig up a some what old problem but I decided to do some more testing on my free time a learned a few things. 1) Tested again to make sure but I can still convert jpg's via the terminal/cmd 2) Tried converting a gif in my php code like so: $im = new Imagick(); $im->readImage(dirname(__FILE__) . '/test.gif'); $im->thumbnailImage(150, null); $im->writeImage(dirname(__FILE__
Forum: WampServer English
9 years ago
FireDart
Yes, tried a similar command to see if it was a specific issue but nope, seems to be WAMP/PHP/ImageMagick issue. > convert test.jpg -resize 150x150 thumbnail.jpg Can I ask what permissions you have for the folder? Wondering if maybe it can't read it because it does not have sufficient permissions. Besides that I'll take any advice at this point.
Forum: WampServer English
9 years ago
FireDart
I installed ImageMagick in C:\imagemagick and originally tried making the MAGICK_HOME variable to that location, later found a tutorial that suggested pointing to the modules\coders folder (C:\imagemagick\modules\coders) and that actually made imagick load. What I don't understand is that IM_MOD_RL_JPEG_.dll exists in the modules\coders folder yet it is saying it does not exists.
Forum: WampServer English
9 years ago
FireDart
Hello, I'm having some trouble getting ImageMagick to work on the latest version of WampServer. I managed to get it "working" to a point were it is loaded and can be seen in phpinfo() however I keep getting this error: Fatal error: Uncaught exception 'ImagickException' with message 'UnableToLoadModule `C:\imagemagick\modules\coders\IM_MOD_RL_JPEG_.dll' in */test.php on line 6 Whe
Forum: WampServer English
Current Page: 1 of 1