More cleaning out of snohalo and adding vsqbs

This commit is contained in:
Nicolas Robidoux 2010-05-29 13:20:11 +00:00
parent 910df77161
commit 07b0775ae3
2 changed files with 8 additions and 16 deletions

View File

@ -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*/
}

View File

@ -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