From 8229aceac4921c9ea43640a52b9cfac97fa06ec9 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 4 Nov 2009 22:50:42 +0000 Subject: [PATCH] stuff --- libvips/cimg/cimg_dispatch.c | 10 ++++++++++ libvips/resample/interpolate.c | 3 ++- libvips/video/video_dispatch.c | 10 ++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/libvips/cimg/cimg_dispatch.c b/libvips/cimg/cimg_dispatch.c index 30397c2b..371fee61 100644 --- a/libvips/cimg/cimg_dispatch.c +++ b/libvips/cimg/cimg_dispatch.c @@ -40,6 +40,16 @@ #include #endif /*WITH_DMALLOC*/ +/** + * SECTION: cimg_funcs + * @short_description: expose operations from the CImg library, mostly noise + * removal + * @stability: Stable + * @include: vips/vips.h + * + * The GREYCstoration filter. + */ + static int greyc_vec( im_object *argv ) { diff --git a/libvips/resample/interpolate.c b/libvips/resample/interpolate.c index 53379c5d..07e97f99 100644 --- a/libvips/resample/interpolate.c +++ b/libvips/resample/interpolate.c @@ -50,7 +50,8 @@ /** * SECTION: interpolate - * @short_description: shrink, expand, rotate with a choice of interpolators + * @short_description: various interpolators: nearest, bilinear, bicubic, and + * some non-linear * @stability: Stable * @include: vips/vips.h * diff --git a/libvips/video/video_dispatch.c b/libvips/video/video_dispatch.c index 6a9c959e..94f84c9c 100644 --- a/libvips/video/video_dispatch.c +++ b/libvips/video/video_dispatch.c @@ -40,6 +40,16 @@ #include #endif /*WITH_DMALLOC*/ +/** + * SECTION: video + * @short_description: various video grabbers + * @see_also: image + * @stability: Stable + * @include: vips/vips.h + * + * Read an image from a video source. + */ + static int video_v4l1_vec( im_object *argv ) {