We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b33ae commit 9abda02Copy full SHA for 9abda02
src/doc/oiiotool.rst
@@ -2380,7 +2380,7 @@ current top image.
2380
2381
--pattern fill:top=0.1,0.1,0.1:bottom=0,0,0.5 640x480 3
2382
--pattern fill:left=0.1,0.1,0.1:right=0,0.75,0 640x480 3
2383
- --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
2384
2385
.. image:: figures/gradient.jpg
2386
:width: 2.0in
@@ -4130,7 +4130,7 @@ current top image.
4130
4131
# four-corner interpolated gradient
4132
oiiotool --create 640x480 3 \
4133
- -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 \
4134
640x480 -o gradient.tif
4135
4136
.. |gradimg1| image:: figures/gradient.jpg
0 commit comments