Skip to content

Commit

Permalink
docs: fix typo in oiiotool's gradient fill argument (#4589)
Browse files Browse the repository at this point in the history
Correct `botromright` typo in `oiiotool` documentation.

Signed-off-by: Loïc Vital <[email protected]>
  • Loading branch information
mugulmd authored and lgritz committed Jan 7, 2025
1 parent 2ae8415 commit 629e0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/oiiotool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ current top image.

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

.. image:: figures/gradient.jpg
:width: 2.0in
Expand Down Expand Up @@ -4021,7 +4021,7 @@ current top image.

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

.. |textimg1| image:: figures/gradient.jpg
Expand Down

0 comments on commit 629e0fe

Please sign in to comment.