X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48b4e3029f55911772a7f8d16a3e3599d068285f..da9531bf35dcf8a38a2454f72ceb2979664db920:/docs/latex/wx/image.tex diff --git a/docs/latex/wx/image.tex b/docs/latex/wx/image.tex index bd0617ef98..7a9351b804 100644 --- a/docs/latex/wx/image.tex +++ b/docs/latex/wx/image.tex @@ -14,6 +14,10 @@ wxDC::DrawBitmap. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxBitmap}{wxbitmap} @@ -72,6 +76,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} @@ -462,8 +469,7 @@ application initialisation. \wxheading{Note (Legal Issue)} -This software is based in part on the work of - the Independent JPEG Group. +This software is based in part on the work of the Independent JPEG Group. (Applies when wxWindows is linked with JPEG support. wxJPEGHandler uses libjpeg created by IJG.) @@ -472,6 +478,10 @@ created by IJG.) \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxImage}{wximage}