View Single Post
Old 01-19-2008, 12:43 PM  
jOE :D
Confirmed User
 
Join Date: Jan 2007
Posts: 185
PHP - Anyone use MagickWand before?

I'm trying to use MagickWand to manipulate an images brightness, but it doesn't seem to be working. Here is the code I have:

PHP Code:
$original $config['sitePath'] . $imageConfig['thumbDirectory'] . $_GET['id'] . '/1.jpg';
    
$magick_wand NewMagickWand();
MagickReadImage($magick_wand,$original);
MagickModulateImage($magick_wand,2,0,0);
MagickWriteImage($magick_wand,$original); 
Can anyone tell me what I'm doing wrong? It's not giving me any errors.
__________________
Need design work or PHP coding? -> Offbeatideas - What's your idea?
Contact me for all your Predator integration needs!
----------------------------------
My Sites: SpeedySpank (70% ratio - Signup) - Liz Vicious Blog
AIM: practicetitoism | ICQ: 462598451

Last edited by jOE :D; 01-19-2008 at 12:46 PM..
jOE :D is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote