That indicates that the image is not recognized as avalid image. This can be either because the img is actually not valid or the image format is not supported. I cant recall if PIL supports the TIFF format you can check that by doing
calibre-debug -c "from PIL import Image; im = Image(); im.open('somefile.tiff')"
|