AcademySoftwareFoundation / rawtoaces

RAW to ACES Utility
141 stars 47 forks source link

[fix] bug in matrix-vector multiplication #135

Closed antond-weta closed 9 months ago

antond-weta commented 9 months ago

There was a bug in the matrix-vector multiplication where the calculated components were modified in place. So the red component would get calculated, put into the original place, and then the new value would be used when calculating the green and blue instead of the original one.