Hi,
How can I reliably know that a particular MagickWand PHP resource has an image loaded in it?
My particular case is that I have a testing framework where I am receiving MagickWand resources from many different pieces of code and I want to check that each has an image loaded _before_ I start doing the test that is asked of me.
As a part of the infrastructure code I do not have access to the point at which the image is loaded, so I can not, for instance, see if MagickReadImage fails.
WandHasException will tell me if *something* is wrong, but not specifically that there is no image. I guess I could process the exception string, but that seems a bit hacky.
Is there anything better?
Many thanks,
Toby
Knowing that an image has been loaded
Re: Knowing that an image has been loaded
MagickGetNumberImages might work.
Mikko Koppanen
My blog: http://valokuva.org
My blog: http://valokuva.org