More cleaning out of snohalo and adding vsqbs
This commit is contained in:
parent
910df77161
commit
07b0775ae3
@ -510,8 +510,8 @@ void
|
|||||||
vips__interpolate_init( void )
|
vips__interpolate_init( void )
|
||||||
{
|
{
|
||||||
extern GType vips_interpolate_bicubic_get_type( 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_lbb_get_type( void );
|
||||||
|
extern GType vips_interpolate_nohalo_get_type( void );
|
||||||
extern GType vips_interpolate_vsqbs_get_type( void );
|
extern GType vips_interpolate_vsqbs_get_type( void );
|
||||||
|
|
||||||
vips_interpolate_nearest_get_type();
|
vips_interpolate_nearest_get_type();
|
||||||
@ -519,8 +519,8 @@ vips__interpolate_init( void )
|
|||||||
|
|
||||||
#ifdef ENABLE_CXX
|
#ifdef ENABLE_CXX
|
||||||
vips_interpolate_bicubic_get_type();
|
vips_interpolate_bicubic_get_type();
|
||||||
vips_interpolate_nohalo_get_type();
|
|
||||||
vips_interpolate_lbb_get_type();
|
vips_interpolate_lbb_get_type();
|
||||||
|
vips_interpolate_nohalo_get_type();
|
||||||
vips_interpolate_vsqbs_get_type();
|
vips_interpolate_vsqbs_get_type();
|
||||||
#endif /*ENABLE_CXX*/
|
#endif /*ENABLE_CXX*/
|
||||||
}
|
}
|
||||||
|
20
po/en_GB.po
20
po/en_GB.po
@ -2737,24 +2737,16 @@ msgstr ""
|
|||||||
msgid "Need more than one image"
|
msgid "Need more than one image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../libvips/resample/lbb.cpp:871
|
||||||
|
msgid "Reduced halo bicubic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: ../libvips/resample/nohalo.cpp:1578
|
#: ../libvips/resample/nohalo.cpp:1578
|
||||||
msgid "Edge sharpening resampler with halo reduction"
|
msgid "Edge sharpening resampler with halo reduction"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../libvips/resample/snohalo.cpp:1097
|
#: ../libvips/resample/vsqbs.cpp:418
|
||||||
msgid "Nohalo with antialiasing blur"
|
msgid "B-Splines with antialiasing smoothing"
|
||||||
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"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../libvips/resample/bicubic.cpp:430
|
#: ../libvips/resample/bicubic.cpp:430
|
||||||
|
Loading…
Reference in New Issue
Block a user