Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: Fixed Truelight LUT reading bug #165

Merged
merged 1 commit into from
Sep 21, 2011

Conversation

jeremyselan
Copy link
Contributor

  • Truelights 3D LUTs are now read with proper scaling. Previously, Truelight LUTs appeared too dim by a factor of roughly lut3dsize/(lut3dsize+1). (~6% for a 16x16x16)
  • Truelight LUTs that only specify the 1D or 3D component are now supported.
  • Truelight LUT reading now properly ignores data past the '# end' tag.
  • Known Issue: 1D shaper luts (InputLUT) using integer encodings (vs float) are not supported.
    This will be added once suitable examples can be found.

(Suitable for 0.8 / 1.0)

- Truelights 3D LUTs are now read with proper scaling. Previously, Truelight LUTs appeared too dim by a factor of roughly lut3dsize/(lut3dsize+1). (~6% for a 16x16x16)

- Truelight LUTs that only specify the 1D or 3D component are now supported.

- Truelight LUT reading now properly ignores data past the '# end' tag.

- Known Issue: 1D shaper luts (InputLUT) using integer encodings (vs float) are not supported.
  This will be added once suitable examples can be found.

(Suitable for 0.8 / 1.0)
@jeremyselan jeremyselan merged commit 8621405 into AcademySoftwareFoundation:master Sep 21, 2011
@jeremyselan
Copy link
Contributor Author

Committed in 571980c, ebbe7e1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant