oops, README dropped from dist
This commit is contained in:
parent
3d1469179c
commit
9a3fcc74c1
@ -58,6 +58,7 @@ EXTRA_DIST = \
|
|||||||
libvips.supp \
|
libvips.supp \
|
||||||
acinclude.m4 \
|
acinclude.m4 \
|
||||||
depcomp \
|
depcomp \
|
||||||
|
README.md \
|
||||||
$(C_DIST_DIR) \
|
$(C_DIST_DIR) \
|
||||||
$(P_DIST_DIR) \
|
$(P_DIST_DIR) \
|
||||||
$(P8_DIST_DIR) \
|
$(P8_DIST_DIR) \
|
||||||
|
@ -127,14 +127,14 @@ vips_gaussblur_class_init( VipsGaussblurClass *class )
|
|||||||
|
|
||||||
VIPS_ARG_DOUBLE( class, "sigma", 3,
|
VIPS_ARG_DOUBLE( class, "sigma", 3,
|
||||||
_( "Sigma" ),
|
_( "Sigma" ),
|
||||||
_( "Sigma of gaussian" ),
|
_( "Sigma of Gaussian" ),
|
||||||
VIPS_ARGUMENT_REQUIRED_INPUT,
|
VIPS_ARGUMENT_REQUIRED_INPUT,
|
||||||
G_STRUCT_OFFSET( VipsGaussblur, sigma ),
|
G_STRUCT_OFFSET( VipsGaussblur, sigma ),
|
||||||
0.01, 1000, 1.5 );
|
0.01, 1000, 1.5 );
|
||||||
|
|
||||||
VIPS_ARG_DOUBLE( class, "min_ampl", 3,
|
VIPS_ARG_DOUBLE( class, "min_ampl", 3,
|
||||||
_( "Minimum amplitude" ),
|
_( "Minimum amplitude" ),
|
||||||
_( "Minimum amplitude of gaussian" ),
|
_( "Minimum amplitude of Gaussian" ),
|
||||||
VIPS_ARGUMENT_OPTIONAL_INPUT,
|
VIPS_ARGUMENT_OPTIONAL_INPUT,
|
||||||
G_STRUCT_OFFSET( VipsGaussblur, min_ampl ),
|
G_STRUCT_OFFSET( VipsGaussblur, min_ampl ),
|
||||||
0.001, 1.0, 0.2 );
|
0.001, 1.0, 0.2 );
|
||||||
|
Loading…
Reference in New Issue
Block a user