I'm working with imagick_readimage and I can read formats like BMP or PICT but when I try to do imagick_readimage("sometif.tif") it doesn't seems to work (bur it doesn't return an error).
If I use the handler with another function like imagick_convert it returns me:
Warning : imagick_convert() expects parameter 1 to be resource, boolean given in /bla/bla/bla.php on line x
If I use mogrify in the line command I can handle tiff formats without problem, but not with the API
Can anyone help me? thanks a lot
manuel muņoz solera
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php