X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72a9034bd4feac3ac32ec16bcb751a37a8c699cf..5b88a837ba75928cd3835a6b97ae2bf5ad983a6e:/interface/wx/image.h diff --git a/interface/wx/image.h b/interface/wx/image.h index 54c7ebd73a..80c8100f2c 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -109,7 +109,9 @@ public: Currently, the stream must support seeking. @return Number of available images. For most image handlers, this is 1 - (exceptions are TIFF and ICO formats). + (exceptions are TIFF and ICO formats as well as animated GIFs + for which this function returns the number of frames in the + animation). */ virtual int GetImageCount(wxInputStream& stream); @@ -1603,7 +1605,9 @@ public: @li wxBITMAP_TYPE_ANY: Will try to autodetect the format. @return Number of available images. For most image handlers, this is 1 - (exceptions are TIFF and ICO formats). + (exceptions are TIFF and ICO formats as well as animated GIFs + for which this function returns the number of frames in the + animation). */ static int GetImageCount(const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_ANY);