fredrikaverpil / oiio-python

OpenImageIO Python 3.x package
MIT License
37 stars 9 forks source link

oiio-python

OpenImageIO Python 3.x package.

Build pipeline CI Status
Windows Server 2016 Build Status
Ubuntu 16.041 Build Status
macOS 10.13 Build Status

1 Should also work on CentOS 7 for example.

About the project

OpenImageIO is built using vcpkg and packaged into Python wheels on Windows, Linux and macOS platforms (thanks to Azure Pipelines).

To make this work, some customization of the vcpkg port files were necessary and thus these modifications are stored in this repository.

Download wheels

Download the wheels under "Releases". CI jobs produce wheels and they can be downloaded from the respective CI job.

Usage

See the tests folder for code examples used to test the built wheels' functionality.

Notes