revise docs for _inplace

We call vips_image_inplace() automatically now, so there's no need for
clients to use this.

see https://github.com/libvips/libvips/issues/1610
This commit is contained in:
John Cupitt 2020-04-16 12:09:07 +01:00
parent 168db157bf
commit 9ea91810bb
2 changed files with 466 additions and 462 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3535,6 +3535,9 @@ vips__image_wio_output( VipsImage *image )
* After calling this function you can both read and write the image with
* VIPS_IMAGE_ADDR().
*
* This method is called for you by the base class of the draw operations,
* there's no need to call it yourself.
*
* Since this function modifies @image, it is not thread-safe. Only call it on
* images which you are sure have not been shared with another thread.
* All in-place operations are inherently not thread-safe, so you need to take