From 0a9f252212bdc4f9eea745a04632748d5544c042 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 4 Feb 1999 10:58:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/image.tex | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.50.0