I have errors when loading multi page TIFFs using wxImage: some are successfully loaded but most generate some errors or warnings.
The number of pages in these TIFFs varies from 2 to 13.
For example, an image with 13 pages generates these errors:
- tiff module: image
- Integer overflow in TIFFVTileSize
- tiff module: TIFFReadDirectory
- image: cannot handle zero tile size
- TIFF: Error loading image
and the GetImageCount returns 0

Another one seems to be successfully loaded but with a series of warnings:
- tiff module: TIFFReadDirectory
- image: unknown field tag 32934 (0x80a6) encountered
Any ideas ?
Note: I use wxWidgets 2.6.3 on Windows XP