Commits on Source (5)
-
We have a string describing the ICC profile. cmsGetProfileVersion() returns a float value, and we are converting that to string with "%f" and saving to this description. Instead, use "%.1f" to restrict it to a single decimal value, which is enough. With this change we have e.g. "version 4.4" instead of "version 4.4000000". Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
cb542dd5 -
It prints the existent color transformations for new subscribers. Also prints any creation/destruction of color transformations. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
d827bdd5 -
It prints the existent color profiles for new subscribers. Also prints any creation/destruction of color profiles. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
a28e0c26 -
Whenever a color transformation is being created, this debug scope prints its pipeline before and after being optimized. It should be used with the color-lcms-transformations scope. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
84eb3158 -
Now that we have color profile, transformation and optimizer debug scopes, make use them in this test. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
a62cb45b