Merge pull request #752 from astavale/gi-updates-for-resample
Update GObject introspection annotations for libvips/resample directory
This commit is contained in:
commit
779eedce44
@ -113,6 +113,7 @@ headers="\
|
||||
morphology.h \
|
||||
type.h \
|
||||
rect.h \
|
||||
resample.h \
|
||||
memory.h \
|
||||
region.h"
|
||||
|
||||
|
@ -599,9 +599,9 @@ vips_affine_init( VipsAffine *affine )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_affine:
|
||||
* vips_affine: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @a: transformation matrix coefficient
|
||||
* @b: transformation matrix coefficient
|
||||
* @c: transformation matrix coefficient
|
||||
|
@ -617,7 +617,7 @@ vips__interpolate_init( void )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_interpolate_new:
|
||||
* vips_interpolate_new: (constructor)
|
||||
* @nickname: nickname for interpolator
|
||||
*
|
||||
* Look up an interpolator from a nickname and make one. You need to free the
|
||||
|
@ -410,9 +410,9 @@ vips_mapim_init( VipsMapim *mapim )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_mapim:
|
||||
* vips_mapim: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @index: index image
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -363,9 +363,9 @@ vips_quadratic_init( VipsQuadratic *quadratic )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_quadratic:
|
||||
* vips_quadratic: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @coeff: horizontal quadratic
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -183,9 +183,9 @@ vips_reduce_init( VipsReduce *reduce )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_reduce:
|
||||
* vips_reduce: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @hshrink: horizontal shrink
|
||||
* @vshrink: vertical shrink
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -610,9 +610,9 @@ vips_reduceh_init( VipsReduceh *reduceh )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_reduceh:
|
||||
* vips_reduceh: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @hshrink: horizontal reduce
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -964,9 +964,9 @@ vips_reducev_init( VipsReducev *reducev )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_reducev:
|
||||
* vips_reducev: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @vshrink: horizontal reduce
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -352,9 +352,9 @@ vips_resize_init( VipsResize *resize )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_resize:
|
||||
* vips_resize: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @scale: scale factor
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -171,9 +171,9 @@ vips_shrink_init( VipsShrink *shrink )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_shrink:
|
||||
* vips_shrink: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @hshrink: horizontal shrink
|
||||
* @vshrink: vertical shrink
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
|
@ -342,9 +342,9 @@ vips_shrinkh_init( VipsShrinkh *shrink )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_shrinkh:
|
||||
* vips_shrinkh: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @hshrink: horizontal shrink
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -470,9 +470,9 @@ vips_shrinkv_init( VipsShrinkv *shrink )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_shrinkv:
|
||||
* vips_shrinkv: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @vshrink: vertical shrink
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
@ -229,9 +229,9 @@ vips_similarity_init( VipsSimilarity *similarity )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_similarity:
|
||||
* vips_similarity: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
* Optional arguments:
|
||||
|
@ -751,7 +751,7 @@ vips_thumbnail_file_init( VipsThumbnailFile *file )
|
||||
/**
|
||||
* vips_thumbnail:
|
||||
* @filename: file to read from
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: target width in pixels
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
@ -925,9 +925,9 @@ vips_thumbnail_buffer_init( VipsThumbnailBuffer *buffer )
|
||||
|
||||
/**
|
||||
* vips_thumbnail_buffer:
|
||||
* @buf: memory area to load
|
||||
* @len: size of memory area
|
||||
* @out: output image
|
||||
* @buf: (array length=len) (element-type guint8): memory area to load
|
||||
* @len: (type gsize): size of memory area
|
||||
* @out: (out): output image
|
||||
* @width: target width in pixels
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
@ -1040,9 +1040,9 @@ vips_thumbnail_image_init( VipsThumbnailImage *image )
|
||||
}
|
||||
|
||||
/**
|
||||
* vips_thumbnail_image:
|
||||
* vips_thumbnail_image: (method)
|
||||
* @in: input image
|
||||
* @out: output image
|
||||
* @out: (out): output image
|
||||
* @width: target width in pixels
|
||||
* @...: %NULL-terminated list of optional named arguments
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user