tweak draw docs again
see https://github.com/jcupitt/libvips/issues/411
This commit is contained in:
parent
9578d7f637
commit
c36d7f1d14
@ -68,8 +68,9 @@
|
||||
* need to draw 1,000 straight lines, a 1,000 operation-deep pipeline is going
|
||||
* to be a slow way to do it. This is where the draw operations come in.
|
||||
*
|
||||
* To use these operations, take a copy of the image you want to modify, to
|
||||
* ensure that no one else is using it, then call a series of draw operations.
|
||||
* To use these operations, use vips_copy() to make a copy of the image you
|
||||
* want to modify, to ensure that no one else is using it, then call a
|
||||
* series of draw operations.
|
||||
* Once you are done drawing, return to normal use of vips operations. Any time
|
||||
* you want to start drawing again, you'll need to copy again.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user