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

command = (oiio_app("testtex") + " -res 256 256 "
           + "-texoptions max_mip_res=128 "
           + OIIO_TESTSUITE_IMAGEDIR + "/miplevels.tx"
           + " -d uint8 -o out.tif ;\n")

outputs = [ "out.tif", "out.txt" ]