Skip to content

Commit b7eef84

Browse files
antond-wetalgritz
andauthored
Update src/doc/imagebufalgo.rst
Co-authored-by: Larry Gritz <[email protected]> Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 9c4ec64 commit b7eef84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/imagebufalgo.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,12 +1329,12 @@ Image arithmetic
13291329

13301330
|
13311331
1332-
.. doxygenfunction:: scale(const ImageBuf &A, const ImageBuf &B, ROI roi = {}, int nthreads = 0)
1332+
.. doxygenfunction:: scale(const ImageBuf &A, const ImageBuf &B, KWArgs options = {}, ROI roi = {}, int nthreads = 0)
13331333
..
13341334
13351335
Result-as-parameter version:
13361336

1337-
.. doxygenfunction:: scale(ImageBuf &dst, const ImageBuf &A, const ImageBuf &B, ROI roi = {}, int nthreads = 0)
1337+
.. doxygenfunction:: scale(ImageBuf &dst, const ImageBuf &A, const ImageBuf &B, KWArgs options = {}, ROI roi = {}, int nthreads = 0)
13381338

13391339
Examples:
13401340

0 commit comments

Comments
 (0)