- Returns the green intensity at the given coordinate.
- */
- unsigned char GetGreen(int x, int y) const;
-
- /**
- Returns the static list of image format handlers.
-
- @see wxImageHandler
- */
- static wxList GetHandlers();
-
- /**
- Gets the height of the image in pixels.
- */
- int GetHeight() const;
-
- //@{
- /**
- If the image file contains more than one image and the image handler is capable
- of retrieving these individually, this function will return the number of
- available images.
-
- @param name
- Name of the file to query.
- @param stream
- Opened input stream with image data. Currently, the stream must support
- seeking.
- @param type
- May be one of the following:
-
-
-
-
-
-
- wxBITMAP_TYPE_BMP
-
-
-
-
- Load a Windows bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_GIF
-
-
-
-
- Load a GIF bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_JPEG
-
-
-
-
- Load a JPEG bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_PNG
-
-
-
-
- Load a PNG bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_PCX
-
-
-
-
- Load a PCX bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_PNM
-
-
-
-
- Load a PNM bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_TIF
-
-
-
-
- Load a TIFF bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_XPM
-
-
-
-
- Load a XPM bitmap file.
-
-
-
-
-
- wxBITMAP_TYPE_ICO
-
-
-
-
- Load a Windows icon file (ICO).
-
-
-
-
-
- wxBITMAP_TYPE_CUR
-
-
-
-
- Load a Windows cursor file (CUR).
-
-
-
-
-
- wxBITMAP_TYPE_ANI
-
-
-
-
- Load a Windows animated cursor file (ANI).
-
-
-
-
-
- wxBITMAP_TYPE_ANY