[1/2] windowscodecs: Implement GetPreview and GetThumbnail in the TIFF decoder.

Vincent Povirk madewokherd at gmail.com
Fri Jun 22 08:46:52 CDT 2012


According to MSDN, GetPreview isn't supported on any decoder except
WMPhoto, and if that's true it should probably be returning
WINCODEC_ERR_UNSUPPORTEDOPERATION.

And why bother with GetThumbnail if you're not going to do it
properly? At least check whether a thumbnail exists in the image
before returning something.



More information about the wine-devel mailing list