From 3378c2ba2cef94085726c0c2936ca6b67bc4f802 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 24 Feb 2011 12:54:56 +0000 Subject: [PATCH] small nohalo improvement Commented out the CHEAP option for nohalo, it gets slightly better without it and there's not much difference to runtime. --- libvips/resample/nohalo.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libvips/resample/nohalo.cpp b/libvips/resample/nohalo.cpp index 8cb3f46f..56dfee7c 100644 --- a/libvips/resample/nohalo.cpp +++ b/libvips/resample/nohalo.cpp @@ -98,9 +98,16 @@ * If you want to use the "sharp" (cheaper) version, uncomment the * following three pre-processor code lines: */ + +/* + + commented out 24/2/10, nohalo gets a bit better without it, though + not lbb + #ifndef __NOHALO_CHEAP_H__ #define __NOHALO_CHEAP_H__ #endif + */ /* * ================