diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-07 20:32:34 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-07 20:32:34 +0200 |
| commit | 6cf7f8125418ebaaa83662adb0bbf70baffc896e (patch) | |
| tree | 7eb58a9fa04a4a47edb88eada05170ca177426ce | |
| parent | 15cc19e3d16f72b745a5d1ac362985e9839624d5 (diff) | |
prepare 0.0.2
| -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) |
