move matrixinvert init to mosaicing
and regen potfiles
This commit is contained in:
parent
5540fa97f4
commit
e7988f88ac
@ -138,7 +138,6 @@ vips_create_operation_init( void )
|
||||
extern GType vips_mask_ideal_ring_get_type( void );
|
||||
extern GType vips_mask_ideal_band_get_type( void );
|
||||
extern GType vips_mask_fractal_get_type( void );
|
||||
extern GType vips_matrixinvert_get_type( void );
|
||||
extern GType vips_fractsurf_get_type( void );
|
||||
extern GType vips_worley_get_type( void );
|
||||
extern GType vips_perlin_get_type( void );
|
||||
@ -169,7 +168,6 @@ vips_create_operation_init( void )
|
||||
vips_mask_gaussian_ring_get_type();
|
||||
vips_mask_gaussian_band_get_type();
|
||||
vips_mask_fractal_get_type();
|
||||
vips_matrixinvert_get_type();
|
||||
vips_fractsurf_get_type();
|
||||
vips_worley_get_type();
|
||||
vips_perlin_get_type();
|
||||
|
@ -100,10 +100,12 @@ vips_mosaicing_operation_init( void )
|
||||
extern GType vips_mosaic1_get_type( void );
|
||||
extern GType vips_match_get_type( void );
|
||||
extern GType vips_globalbalance_get_type( void );
|
||||
extern GType vips_matrixinvert_get_type( void );
|
||||
|
||||
vips_merge_get_type();
|
||||
vips_mosaic_get_type();
|
||||
vips_mosaic1_get_type();
|
||||
vips_matrixinvert_get_type();
|
||||
vips_match_get_type();
|
||||
vips_globalbalance_get_type();
|
||||
}
|
||||
|
@ -209,7 +209,6 @@ libvips/create/mask_gaussian_ring.c
|
||||
libvips/create/mask_ideal_band.c
|
||||
libvips/create/mask_ideal.c
|
||||
libvips/create/mask_ideal_ring.c
|
||||
libvips/create/matrixinvert.c
|
||||
libvips/create/perlin.c
|
||||
libvips/create/point.c
|
||||
libvips/create/sines.c
|
||||
@ -364,6 +363,7 @@ libvips/mosaicing/im_tbcalcon.c
|
||||
libvips/mosaicing/im_tbmerge.c
|
||||
libvips/mosaicing/im_tbmosaic.c
|
||||
libvips/mosaicing/match.c
|
||||
libvips/mosaicing/matrixinvert.c
|
||||
libvips/mosaicing/merge.c
|
||||
libvips/mosaicing/mosaic1.c
|
||||
libvips/mosaicing/mosaic.c
|
||||
|
Loading…
Reference in New Issue
Block a user