Added real link to docs

master
Sofus Albert Høgsbro Rose 2017-01-25 23:27:07 -05:00
parent e0d49376cd
commit ad85ccc0e5
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
2 changed files with 4 additions and 1 deletions

View File

@ -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.
Documentation
-----
Docs can be found at https://sofusrose.com/openlut. They're a work in progress for now (ColMap is 100% documented).
Installation
-----

View File

@ -31,7 +31,7 @@ olOpt = Extension( 'openlut.lib.olOpt',
)
setup( name = 'openlut',
version = '0.2.0',
version = '0.2.1',
description = 'OpenLUT is a practical color management library.',
author = 'Sofus Rose',
author_email = 'sofus@sofusrose.com',