Added real link to docs
parent
e0d49376cd
commit
ad85ccc0e5
|
@ -24,6 +24,9 @@ tools themselves as well - composing matrices, resizing LUTs, defining new gamma
|
||||||
|
|
||||||
In many ways, OCIO is a system stringing basic operations together. I'd be perfectly plausible to write an OCIO alternative with openlut in the backend.
|
In many ways, OCIO is a system stringing basic operations together. I'd be perfectly plausible to write an OCIO alternative with openlut in the backend.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
-----
|
||||||
|
Docs can be found at https://sofusrose.com/openlut. They're a work in progress for now (ColMap is 100% documented).
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
-----
|
-----
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ olOpt = Extension( 'openlut.lib.olOpt',
|
||||||
)
|
)
|
||||||
|
|
||||||
setup( name = 'openlut',
|
setup( name = 'openlut',
|
||||||
version = '0.2.0',
|
version = '0.2.1',
|
||||||
description = 'OpenLUT is a practical color management library.',
|
description = 'OpenLUT is a practical color management library.',
|
||||||
author = 'Sofus Rose',
|
author = 'Sofus Rose',
|
||||||
author_email = 'sofus@sofusrose.com',
|
author_email = 'sofus@sofusrose.com',
|
||||||
|
|
Loading…
Reference in New Issue