summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-15 11:09:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-15 11:09:20 -0600
commit24ee5014675d43c80c0580882fe5cc24ca17e7a8 (patch)
treee723687b37dcce6d8d582830c8ca0d52d057e9c6 /NxWidgets/ChangeLog.txt
parentb5a37a3e45ac9faea285cc252e742c1c7267a6d7 (diff)
downloadnuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.tar.gz
nuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.tar.bz2
nuttx-24ee5014675d43c80c0580882fe5cc24ca17e7a8.zip
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 9f7c6a90e..3fb1e5398 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -387,4 +387,7 @@
* NxWM::CCalibration.cxx/hxx: Add options to collect and average
multiple samples at each location. Also logic to discard the most
extreme samples before averaging (2013-10-14).
+* NxWidgets::CScaledImage: This new class is a wrapper for an class
+ the exports IBitMap. It will perform scaling via bi-linear interpolation
+ so that images can be scaled to any size desired (2013-10-15).