File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1357,7 +1357,7 @@ Image arithmetic
13571357 .. code-tab :: bash oiiotool
13581358
13591359 # Pixel-by-pixel multiplication of all channels of one image by the only channel of another image
1360- oiiotol a.exr mono.exr --scale -o scale.exr
1360+ oiiotool a.exr mono.exr --scale -o scale.exr
13611361
13621362|
13631363
Original file line number Diff line number Diff line change 2020command += run_app ("cmake -E copy " + test_source_dir + "/../common/unpremult.tif unpremult.tif" )
2121command += run_app ("cmake -E copy " + test_source_dir + "/../common/bayer.png bayer.png" )
2222
23- command += run_app ("oiiotool --pattern fill:top=0:bottom=1 256x256 1 -o mono.exr" )
23+ command += oiio_app ("oiiotool" ) + " --pattern fill:top=0:bottom=1 256x256 1 -o mono.exr > out.txt ;"
2424
2525# Copy the grid to both a tiled and scanline version
2626command += oiio_app ("iconvert" ) + "../common/grid.tif --scanline scanline.tif > out.txt ;"
Original file line number Diff line number Diff line change 2020command += run_app ("cmake -E copy " + test_source_dir + "/../common/unpremult.tif unpremult.tif" )
2121command += run_app ("cmake -E copy " + test_source_dir + "/../common/bayer.png bayer.png" )
2222
23- command += run_app ("oiiotool --pattern fill:top=0:bottom=1 256x256 1 -o mono.exr" )
23+ command += oiio_app ("oiiotool" ) + " --pattern fill:top=0:bottom=1 256x256 1 -o mono.exr > out.txt ;"
2424
2525# Copy the grid to both a tiled and scanline version
2626command += oiio_app ("iconvert" ) + "../common/grid.tif --scanline scanline.tif > out.txt ;"
You can’t perform that action at this time.
0 commit comments