From d87cf4c6e7c639368e60acf34f292e1f2d85a7e1 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 27 Jan 2009 15:13:05 +0000 Subject: [PATCH] stuff --- libsrc/mosaicing/nohalo.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libsrc/mosaicing/nohalo.cpp b/libsrc/mosaicing/nohalo.cpp index 8503e508..e251d8c9 100644 --- a/libsrc/mosaicing/nohalo.cpp +++ b/libsrc/mosaicing/nohalo.cpp @@ -550,7 +550,7 @@ nohalo_sharp_level_1( /* Call nohalo1, with an interpolator as a param. */ template im->BandFmt ) { case IM_BANDFMT_UCHAR: + /* //CALL( unsigned char, bilinear_unsigned ); nohalo_sharp_level_1_interpolate >( @@ -985,6 +986,14 @@ vips_interpolate_nohalo_interpolate( VipsInterpolate *interpolate, x_times_z_over_2, w_times_y_over_2, x_times_y_over_4 ); + */ + + nohalo_sharp_level_1_unsigned( out, p, + channels_per_pixel, shift_1_pixel, shift_1_row, + w_times_z, + x_times_z_over_2, + w_times_y_over_2, + x_times_y_over_4 ); break;