Commit e54b842
committed
Remove embedded problematic color profile from CTU logo files
Currently, Zero eLab Viewer prints the following warning message during
startup:
> libpng warning: iCCP: known incorrect sRGB profile
The CTU logo PNGs contain the IEC61966-2.1 color profile. This profile
reportedly can cause problems [1] and is non-free [2].
To resolve the issue and stop the warning, this commit alters the images
to remove the color profile. Visually, the images look the same in GIMP.
The files were updated using the following command [3]:
$ convert image.png +profile "icc" image.png
[1]: https://github.com/pnggroup/libpng/blob/68d7ce8040a611e9166890e02ecc409a03d76c2e/png.c#L2372
[2]: google/cadvisor#915
[3]: nodejs/node#58111 parent caee98b commit e54b842
File tree
3 files changed
+0
-0
lines changed- resources/img
3 files changed
+0
-0
lines changedLoading
Loading
Loading
0 commit comments