Docs: clarify use of extract before composite

This commit is contained in:
Lovell Fuller
2023-06-23 08:08:39 +01:00
parent 93fafb0c18
commit cc5ac5385f
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ const blend = {
* The images to composite must be the same size or smaller than the processed image.
* If both `top` and `left` options are provided, they take precedence over `gravity`.
*
* Any resize or rotate operations in the same processing pipeline
* Any resize, rotate or extract operations in the same processing pipeline
* will always be applied to the input image before composition.
*
* The `blend` option can be one of `clear`, `source`, `over`, `in`, `out`, `atop`,