From 07b0775ae30b357295dfa0be2343678a07f9bf85 Mon Sep 17 00:00:00 2001 From: Nicolas Robidoux Date: Sat, 29 May 2010 13:20:11 +0000 Subject: [PATCH] More cleaning out of snohalo and adding vsqbs --- libvips/resample/interpolate.c | 4 ++-- po/en_GB.po | 20 ++++++-------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/libvips/resample/interpolate.c b/libvips/resample/interpolate.c index 55d33c29..9dc03e9d 100644 --- a/libvips/resample/interpolate.c +++ b/libvips/resample/interpolate.c @@ -510,8 +510,8 @@ void vips__interpolate_init( void ) { extern GType vips_interpolate_bicubic_get_type( void ); - extern GType vips_interpolate_nohalo_get_type( void ); extern GType vips_interpolate_lbb_get_type( void ); + extern GType vips_interpolate_nohalo_get_type( void ); extern GType vips_interpolate_vsqbs_get_type( void ); vips_interpolate_nearest_get_type(); @@ -519,8 +519,8 @@ vips__interpolate_init( void ) #ifdef ENABLE_CXX vips_interpolate_bicubic_get_type(); - vips_interpolate_nohalo_get_type(); vips_interpolate_lbb_get_type(); + vips_interpolate_nohalo_get_type(); vips_interpolate_vsqbs_get_type(); #endif /*ENABLE_CXX*/ } diff --git a/po/en_GB.po b/po/en_GB.po index 6d70dd8f..3f588870 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2737,24 +2737,16 @@ msgstr "" msgid "Need more than one image" msgstr "" +#: ../libvips/resample/lbb.cpp:871 +msgid "Reduced halo bicubic" +msgstr "" + #: ../libvips/resample/nohalo.cpp:1578 msgid "Edge sharpening resampler with halo reduction" msgstr "" -#: ../libvips/resample/snohalo.cpp:1097 -msgid "Nohalo with antialiasing blur" -msgstr "" - -#: ../libvips/resample/snohalo.cpp:1109 -msgid "Blur" -msgstr "" - -#: ../libvips/resample/snohalo.cpp:1110 -msgid "Antialiasing (diagonal straightening) blur amount" -msgstr "" - -#: ../libvips/resample/lbb.cpp:871 -msgid "Reduced halo bicubic" +#: ../libvips/resample/vsqbs.cpp:418 +msgid "B-Splines with antialiasing smoothing" msgstr "" #: ../libvips/resample/bicubic.cpp:430