]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/image.h
implement GetImageCount() for GIF handler (closes #10663); added test for it to the...
[wxWidgets.git] / interface / wx / image.h
index 54c7ebd73a2c579b76215c54ddbbd375ad90d630..80c8100f2c4678f67802a2d64a5c355721125907 100644 (file)
@@ -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);