diff options
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -1,2 +1,8 @@ pnmcurve ChangeLog -================= +================== + +pnmcurve-0.0.2 + - Add pnmcurvedit a graphical editor for tone curves. + +pnmcurve-0.0.1 + - initial release. @@ -13,6 +13,10 @@ pnmcurve is intended to be used with the flimp (http:www.ecademix.com/JohannesHofmann/flimp.html), but can also be used as a standalone filter. +pnmcurvedit is a GUI editor for tone curves based on the fltk toolkit. +It is intended to be called from flimp but can also be used standalone. + Requirements ============ - GSL - GNU Scientific Library (http://www.gnu.org/software/gsl/) +- fltk-1.x - Fast Light Toolkit (http://www.fltk.org) diff --git a/configure.ac b/configure.ac index df5f9e0..d27c38c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(pnmcurve, 0.0.1, Johannes.Hofmann@gmx.de) +AC_INIT(pnmcurve, 0.0.2, Johannes.Hofmann@gmx.de) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/pnmcurve.c]) AC_CONFIG_HEADER(config.h) |
