TIFFReadRGBAImage doesn't actually return errors unless you ask it to.
The final argument to TIFFReadRGBAImage is 'stopOnError'. That is, if it's not true then the function will return success even if loading the actual image data failed. As such, copying the example code out of the documentation wasn't really what we wanted. svn path=/trunk/theora/; revision=17856
Please register or sign in to comment