update function list

This commit is contained in:
John Cupitt 2017-11-09 15:00:13 +00:00
parent 2bb7844f4c
commit ef9b23b95a
1 changed files with 26 additions and 1 deletions

View File

@ -303,6 +303,11 @@
<entry>embed an image in a larger image</entry>
<entry>vips_embed()</entry>
</row>
<row>
<entry>gravity</entry>
<entry>expand an image with a specified gravity</entry>
<entry>vips_gravity()</entry>
</row>
<row>
<entry>flip</entry>
<entry>flip an image</entry>
@ -333,6 +338,11 @@
<entry>extract an area from an image</entry>
<entry>vips_smartcrop()</entry>
</row>
<row>
<entry>find_trim</entry>
<entry>search an image for non-background pixels</entry>
<entry>vips_find_trim()</entry>
</row>
<row>
<entry>extract_band</entry>
<entry>extract band from an image</entry>
@ -406,6 +416,11 @@
<entry>fold up x axis into bands</entry>
<entry>vips_bandfold()</entry>
</row>
<row>
<entry>composite</entry>
<entry>composite a set of images with a PDF blend mode</entry>
<entry>vips_composite()</entry>
</row>
<row>
<entry>bandunfold</entry>
<entry>unfold image bands into x axis</entry>
@ -871,6 +886,11 @@
<entry>generate thumbnail from buffer</entry>
<entry>vips_thumbnail_buffer()</entry>
</row>
<row>
<entry>thumbnail_image</entry>
<entry>generate thumbnail from image</entry>
<entry>vips_thumbnail_image()</entry>
</row>
<row>
<entry>mapim</entry>
<entry>resample an image with an arbitrary warp</entry>
@ -1183,7 +1203,7 @@
</row>
<row>
<entry>morph</entry>
<entry>morphology operation</entry>
<entry>morphology operation: dilate, erode, hitmiss</entry>
<entry>vips_morph()</entry>
</row>
<row>
@ -1201,6 +1221,11 @@
<entry>label regions in an image</entry>
<entry>vips_labelregions()</entry>
</row>
<row>
<entry>fill_nearest</entry>
<entry>replace each zero pixel with the nearest non-zero pixel</entry>
<entry>vips_fill_nearest()</entry>
</row>
<row>
<entry>draw_rect</entry>
<entry>paint a rectangle on an image</entry>