From 6ab6ec410c79327d189bda4881614e0120a8d2e9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 28 Feb 2012 14:17:02 +0000 Subject: [PATCH] cleanups --- TODO | 5 ----- libvips/histograms_lut/im_histspec.c | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 58d62534..99eb5d31 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,6 @@ blocking bugs ============= -- hist norm broken? - - hist match broken? - - - none! diff --git a/libvips/histograms_lut/im_histspec.c b/libvips/histograms_lut/im_histspec.c index 4a953bfe..760ad9c0 100644 --- a/libvips/histograms_lut/im_histspec.c +++ b/libvips/histograms_lut/im_histspec.c @@ -159,9 +159,9 @@ match( IMAGE *in, IMAGE *ref, IMAGE *out ) /** * im_histspec: - * @in: input image + * @in: input histogram * @ref: reference histogram - * @out: output image + * @out: output histogram * * Creates a lut which, when applied to the image from which histogram @in was * formed, will produce an image whose PDF matches that of the image from