File: run.py

package info (click to toggle)
openimageio 2.2.10.1%2Bdfsg-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 45,344 kB
  • sloc: cpp: 127,812; python: 3,538; sh: 847; makefile: 383; ansic: 2
file content (16 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python 

# Test for oiiotool application of the Porter/Duff compositing operations
#


# test over
command += oiiotool ("src/a.exr --over src/b.exr -o a_over_b.exr")

# FIXME: no test for zover

# future: test in, out, etc., the other Porter/Duff operations

# Outputs to check against references
outputs = [ "a_over_b.exr", "out.txt" ]