Skip to content
Snippets Groups Projects
Commit fbf02665 authored by Pekka Paalanen's avatar Pekka Paalanen Committed by Pekka Paalanen
Browse files

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: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent f0ee8be8
No related branches found
No related tags found
1 merge request!1703color-lcms: cmsMAT3 is row-major after all
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment