Search found 1 match
- 2014-08-14T01:51:06-07:00
- Forum: MagickWand
- Topic: Can MW_API_FUNC_FAIL_CHECK_WAND_ERROR caught?
- Replies: 0
- Views: 9286
Can MW_API_FUNC_FAIL_CHECK_WAND_ERROR caught?
First, sorry for my poor English. We're using the MagickWand PHP extension(V1.0.8), and when we try to load a broken image, in magickwand.c, in function magickreadimageblob() starting from line 7765: if( MagickReadImageBlob( magick_wand, (void *) blob, (size_t) blob_len ) == MagickTrue ) { ...normal ...