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 (7 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/usr/bin/env python

command = oiiotool ("-pattern fill:topleft=0,0,0:topright=1,0,0:bottomleft=0,1,0:bottomright=1,1,1 "
                    + "64x64 3 -otex gradient.tx")
command += testtex_command ("gradient.tx",
                           "-flipt -nowarp -derivs -res 64 64 -d half -o out.exr")
outputs = [ "out.exr" ]