From ef9b23b95a9f1db96c52f4dee040329059b400cb Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 9 Nov 2017 15:00:13 +0000 Subject: [PATCH] update function list --- doc/function-list.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/function-list.xml b/doc/function-list.xml index 70557baa..9b2c3626 100644 --- a/doc/function-list.xml +++ b/doc/function-list.xml @@ -303,6 +303,11 @@ embed an image in a larger image vips_embed() + + gravity + expand an image with a specified gravity + vips_gravity() + flip flip an image @@ -333,6 +338,11 @@ extract an area from an image vips_smartcrop() + + find_trim + search an image for non-background pixels + vips_find_trim() + extract_band extract band from an image @@ -406,6 +416,11 @@ fold up x axis into bands vips_bandfold() + + composite + composite a set of images with a PDF blend mode + vips_composite() + bandunfold unfold image bands into x axis @@ -871,6 +886,11 @@ generate thumbnail from buffer vips_thumbnail_buffer() + + thumbnail_image + generate thumbnail from image + vips_thumbnail_image() + mapim resample an image with an arbitrary warp @@ -1183,7 +1203,7 @@ morph - morphology operation + morphology operation: dilate, erode, hitmiss vips_morph() @@ -1201,6 +1221,11 @@ label regions in an image vips_labelregions() + + fill_nearest + replace each zero pixel with the nearest non-zero pixel + vips_fill_nearest() + draw_rect paint a rectangle on an image