diff --git a/docs/changes.txt b/docs/changes.txt index 693a723630..128ff14de1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -156,6 +156,10 @@ wxX11: 2.8.5 ----- +All (GUI): + +- Added raw RGB support and colour normalization to PNM handler (Ray Johnston) + wxMSW: - Correct problem with page setup dialog when using landscape mode diff --git a/src/common/imagpnm.cpp b/src/common/imagpnm.cpp index 4c1a6205c9..85fbdc08a9 100644 --- a/src/common/imagpnm.cpp +++ b/src/common/imagpnm.cpp @@ -96,6 +96,8 @@ bool wxPNMHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose for (wxUint32 i=0; iSetMask( false );