X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48b4e3029f55911772a7f8d16a3e3599d068285f..b36f57c252698ff932487d31ad1289e5ef659bc0:/docs/latex/wx/image.tex?ds=inline diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index bd0617ef98..d911a1fc28 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -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}