X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a61d25e6394cb952ce59bbfbc68db72a07069dd9..dd0fba48accaa064eba35a54a65a1f0b42b5c862:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index 84845e8189..a068e11d44 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -34,6 +34,7 @@ handler with \helpref{wxImage::AddHandler}{wximageaddhandler} or \twocolitem{\indexit{wxXPMHandler}}{For loading and saving.} \twocolitem{\indexit{wxICOHandler}}{For loading and saving.} \twocolitem{\indexit{wxCURHandler}}{For loading and saving.} +\twocolitem{\indexit{wxANIHandler}}{For loading and saving.} \end{twocollist} When saving in PCX format, {\bf wxPCXHandler} will count the number of @@ -122,6 +123,7 @@ Loads an image from an input stream. \twocolitem{\indexit{wxBITMAP\_TYPE\_XPM}}{Load a XPM bitmap file.} \twocolitem{\indexit{wxBITMAP\_TYPE\_ICO}}{Load a Windows icon file (ICO).} \twocolitem{\indexit{wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).} +\twocolitem{\indexit{wxBITMAP\_TYPE\_ANI}}{Load a Windows animated cursor file (ANI).} \twocolitem{\indexit{wxBITMAP\_TYPE\_ANY}}{Will try to autodetect the format.} \end{twocollist}} @@ -324,11 +326,11 @@ chararcters in RGBGBRGB... format. Returns the green intensity at the given coordinate. -\membersection{wxImage::GetImagesCount}\label{wximagegetimagescount} +\membersection{wxImage::GetImageCount}\label{wximagegetimagecount} -\func{static int}{GetImagesCount}{\param{const wxString\&}{ filename}, \param{long}{ type = wxBITMAP\_TYPE\_ANY}} +\func{static int}{GetImageCount}{\param{const wxString\&}{ filename}, \param{long}{ type = wxBITMAP\_TYPE\_ANY}} -\func{static int}{GetImagesCount}{\param{wxInputStream\&}{ stream}, \param{long}{ type = wxBITMAP\_TYPE\_ANY}} +\func{static int}{GetImageCount}{\param{wxInputStream\&}{ stream}, \param{long}{ type = wxBITMAP\_TYPE\_ANY}} 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 @@ -352,6 +354,7 @@ available images. \twocolitem{\indexit{wxBITMAP\_TYPE\_XPM}}{Load a XPM bitmap file.} \twocolitem{\indexit{wxBITMAP\_TYPE\_ICO}}{Load a Windows icon file (ICO).} \twocolitem{\indexit{wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).} +\twocolitem{\indexit{wxBITMAP\_TYPE\_ANI}}{Load a Windows animated cursor file (ANI).} \twocolitem{\indexit{wxBITMAP\_TYPE\_ANY}}{Will try to autodetect the format.} \end{twocollist}} @@ -534,6 +537,7 @@ Loads an image from an input stream. \twocolitem{{\bf wxBITMAP\_TYPE\_XPM}}{Load a XPM image file.} \twocolitem{{\bf wxBITMAP\_TYPE\_ICO}}{Load a Windows icon file (ICO).} \twocolitem{{\bf wxBITMAP\_TYPE\_CUR}}{Load a Windows cursor file (CUR).} +\twocolitem{\indexit{wxBITMAP\_TYPE\_ANI}}{Load a Windows animated cursor file (ANI).} \twocolitem{{\bf wxBITMAP\_TYPE\_ANY}}{Will try to autodetect the format.} \end{twocollist}} @@ -943,9 +947,9 @@ Gets the name of this handler. Gets the file extension associated with this handler. -\membersection{wxImageHandler::GetImagesCount}\label{wximagehandlergetimagescount} +\membersection{wxImageHandler::GetImageCount}\label{wximagehandlergetimagecount} -\func{int}{GetImagesCount}{\param{wxInputStream\&}{ stream}} +\func{int}{GetImageCount}{\param{wxInputStream\&}{ stream}} 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