Pretty Simple, why no worky?
Posted: 2010-06-17T07:49:23-07:00
This code was working on my old Win box, but doesn't seem to go on CentOS.
I must've done something stupid. Can anyone help?
Script outputs nothing; no errors, nada.
Thanks!
I must've done something stupid. Can anyone help?
Code: Select all
$magick_wand = NewMagickWand();
MagickReadImage($magick_wand, 'image.jpg');
header('Content-Type: image/gif');
MagickEchoImageBlob($magick_wand);
Thanks!