Skip to content

Commit 629e0fe

Browse files
mugulmdlgritz
authored andcommitted
docs: fix typo in oiiotool's gradient fill argument (AcademySoftwareFoundation#4589)
Correct `botromright` typo in `oiiotool` documentation. Signed-off-by: Loïc Vital <[email protected]>
1 parent 2ae8415 commit 629e0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/oiiotool.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ current top image.
23062306

23072307
--pattern fill:top=0.1,0.1,0.1:bottom=0,0,0.5 640x480 3
23082308
--pattern fill:left=0.1,0.1,0.1:right=0,0.75,0 640x480 3
2309-
--pattern fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:botromright=0,0,1 640x480 3
2309+
--pattern fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:bottomright=0,0,1 640x480 3
23102310

23112311
.. image:: figures/gradient.jpg
23122312
:width: 2.0in
@@ -4021,7 +4021,7 @@ current top image.
40214021

40224022
# four-corner interpolated gradient
40234023
oiiotool --create 640x480 3 \
4024-
-fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:botromright=0,0,1 \
4024+
-fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:bottomright=0,0,1 \
40254025
640x480 -o gradient.tif
40264026

40274027
.. |textimg1| image:: figures/gradient.jpg

0 commit comments

Comments
 (0)