added raw RGB support and colour normalization to PNM handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-06-03 22:09:51 +00:00
parent aad2787407
commit 57beadd2b7
2 changed files with 20 additions and 2 deletions

View File

@@ -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