Merge pull request #755 from astavale/gi-updates-for-create
Update GObject introspection annotations for libvips/create directory
This commit is contained in:
commit
e0cf15285a
@ -111,6 +111,7 @@ headers="\
|
||||
arithmetic.h \
|
||||
colour.h \
|
||||
convolution.h \
|
||||
create.h \
|
||||
draw.h \
|
||||
morphology.h \
|
||||
mosaicing.h \
|
||||
|
@ -155,7 +155,7 @@ vips_black_init( VipsBlack *black )
|
||||
|
||||
/**
|
||||
* vips_black:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: output width
|
||||
* @height: output height
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -271,9 +271,9 @@ vips_buildlut_init( VipsBuildlut *lut )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_buildlut:
|
||||
* vips_buildlut: (method)
|
||||
* @in: input matrix
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
* This operation builds a lookup table from a set of points. Intermediate
|
||||
|
@ -116,7 +116,7 @@ vips_eye_init( VipsEye *eye )
|
||||
|
||||
/**
|
||||
* vips_eye:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -131,7 +131,7 @@ vips_fractsurf_init( VipsFractsurf *fractsurf )
|
||||
|
||||
/**
|
||||
* vips_fractsurf:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: output width
|
||||
* @height: output height
|
||||
* @fractal_dimension: fractal dimension
|
||||
|
@ -227,7 +227,7 @@ vips_gaussmat_init( VipsGaussmat *gaussmat )
|
||||
|
||||
/**
|
||||
* vips_gaussmat:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @sigma: standard deviation of mask
|
||||
* @min_ampl: minimum amplitude
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -207,7 +207,7 @@ vips_gaussnoise_init( VipsGaussnoise *gaussnoise )
|
||||
|
||||
/**
|
||||
* vips_gaussnoise:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: output width
|
||||
* @height: output height
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -100,7 +100,7 @@ vips_grey_init( VipsGrey *grey )
|
||||
|
||||
/**
|
||||
* vips_grey:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -173,7 +173,7 @@ vips_identity_init( VipsIdentity *identity )
|
||||
|
||||
/**
|
||||
* vips_identity:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
* Optional arguments:
|
||||
|
@ -307,9 +307,9 @@ vips_invertlut_init( VipsInvertlut *lut )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_invertlut:
|
||||
* vips_invertlut: (method)
|
||||
* @in: input mask
|
||||
* @out: output LUT
|
||||
* @out: (out): output LUT
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
* Optional arguments:
|
||||
|
@ -244,7 +244,7 @@ vips_logmat_init( VipsLogmat *logmat )
|
||||
|
||||
/**
|
||||
* vips_logmat:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @sigma: standard deviation of mask
|
||||
* @min_ampl: minimum amplitude
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -117,7 +117,7 @@ vips_mask_butterworth_init( VipsMaskButterworth *butterworth )
|
||||
|
||||
/**
|
||||
* vips_mask_butterworth:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @order: filter order
|
||||
|
@ -159,7 +159,7 @@ vips_mask_butterworth_band_init(
|
||||
|
||||
/**
|
||||
* vips_mask_butterworth_band:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @order: filter order
|
||||
|
@ -120,7 +120,7 @@ vips_mask_butterworth_ring_init(
|
||||
|
||||
/**
|
||||
* vips_mask_butterworth_ring:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @order: filter order
|
||||
|
@ -106,7 +106,7 @@ vips_mask_fractal_init( VipsMaskFractal *fractal )
|
||||
|
||||
/**
|
||||
* vips_mask_fractal:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @fractal_dimension: fractal dimension
|
||||
|
@ -107,7 +107,7 @@ vips_mask_gaussian_init( VipsMaskGaussian *gaussian )
|
||||
|
||||
/**
|
||||
* vips_mask_gaussian:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff: frequency threshold
|
||||
|
@ -144,7 +144,7 @@ vips_mask_gaussian_band_init( VipsMaskGaussianBand *gaussian_band )
|
||||
|
||||
/**
|
||||
* vips_mask_gaussian_band:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff_x: band position
|
||||
|
@ -114,7 +114,7 @@ vips_mask_gaussian_ring_init( VipsMaskGaussianRing *gaussian_ring )
|
||||
|
||||
/**
|
||||
* vips_mask_gaussian_ring:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff: frequency threshold
|
||||
|
@ -97,7 +97,7 @@ vips_mask_ideal_init( VipsMaskIdeal *ideal )
|
||||
|
||||
/**
|
||||
* vips_mask_ideal:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff: threshold at which filter ends
|
||||
|
@ -127,7 +127,7 @@ vips_mask_ideal_band_init( VipsMaskIdealBand *ideal_band )
|
||||
|
||||
/**
|
||||
* vips_mask_ideal_band:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff_x: position of band
|
||||
|
@ -111,7 +111,7 @@ vips_mask_ideal_ring_init( VipsMaskIdealRing *ideal_ring )
|
||||
|
||||
/**
|
||||
* vips_mask_ideal_ring:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @frequency_cutoff: threshold at which filter ends
|
||||
|
@ -331,7 +331,7 @@ vips_perlin_init( VipsPerlin *perlin )
|
||||
|
||||
/**
|
||||
* vips_perlin:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: horizontal size
|
||||
* @height: vertical size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -147,7 +147,7 @@ vips_sines_init( VipsSines *sines )
|
||||
|
||||
/**
|
||||
* vips_sines:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -335,7 +335,7 @@ vips_text_init( VipsText *text )
|
||||
|
||||
/**
|
||||
* vips_text:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @text: utf-8 text string to render
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -310,7 +310,7 @@ vips_tonelut_init( VipsTonelut *lut )
|
||||
|
||||
/**
|
||||
* vips_tonelut:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
* Optional arguments:
|
||||
|
@ -337,7 +337,7 @@ vips_worley_init( VipsWorley *worley )
|
||||
|
||||
/**
|
||||
* vips_worley:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: horizontal size
|
||||
* @height: vertical size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -239,7 +239,7 @@ vips_xyz_init( VipsXyz *xyz )
|
||||
|
||||
/**
|
||||
* vips_xyz:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: horizontal size
|
||||
* @height: vertical size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -99,7 +99,7 @@ vips_zone_init( VipsZone *zone )
|
||||
|
||||
/**
|
||||
* vips_zone:
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: image size
|
||||
* @height: image size
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
Loading…
Reference in New Issue
Block a user