]> git.saurik.com Git - wxWidgets.git/commitdiff
*** empty log message ***
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 4 Feb 1999 10:58:33 +0000 (10:58 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 4 Feb 1999 10:58:33 +0000 (10:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/image.tex

index bd0617ef9832c1be8fbde0b121115149a97ab334..d911a1fc2833856e0b01aae7cc5d5f986c5ff0fc 100644 (file)
@@ -72,6 +72,9 @@ If all possible wxWindows settings are used, the loading a BMP (Windows bitmap)
 a PNG (portable network graphics) file and a JPEG file is supported on all platforms that
 implement wxImage.}
 
+Note : you must call wxImage::AddHandler(new wxJPEGHandler) during application 
+initialization in order to work with JPEGs.
+
 \wxheading{See also}
 
 \helpref{wxImage::LoadFile}{wximageloadfile}