Hi there!
Is there something wrong with my configuration (PHP 4.1.2, imagick mod 0.1, ImageMagick 5.4.3) because imagick_read() doesn't return anything in success or fail?
If I just call imagick_read($handle, $source), I get "Page not found" in IE.
Because it doesn't return FAIL, though it's documentation says so, I can't test for success in an if-statement because then in fail I get warning that imagick can't read this format.
The only thing I've figured out to do is to set error_reporting(0) and use imagick_read in an if-statement.
Can anybody please help me with this. Or does somebody know where I can find up-to-date documentation for imagick in the Internet.
immot