wxOutputStream& WXUNUSED(stream), bool verbose )
{
if (verbose)
+ {
wxLogDebug(wxT("GIF: the handler is read-only!!"));
+ }
return false;
}
wxGIFErrorCode error = decod.LoadGIF(stream);
if ( (error != wxGIF_OK) && (error != wxGIF_TRUNCATED) )
return -1;
-
+
// NOTE: this function modifies the current stream position but it's ok
// (see wxImageHandler::GetImageCount)