-
- Downloads
color-lcms: cmsMAT3 is row-major after all
Found out in https://github.com/mm2/Little-CMS/issues/483 This should be a complete no-op change, but there is one difference. Previously matrix_inf_norm() summed over rows. Now it sums over columns as it should be. This shouldn't hurt because it is only used to identify identity matrices. The bug was actually in is_identity_matrix_stage() because it deliberately passed what was assumed to be a transpose of the matrix. Signed-off-by:Pekka Paalanen <pekka.paalanen@collabora.com>
parent
f0ee8be8
No related branches found
No related tags found
Pipeline #1388356 passed
Stage: Pre Base container
Stage: Base container
Stage: Full build and test
Stage: No-GL build and test
Stage: Other builds
Stage: pages
Stage: deploy
Please register or sign in to comment