- added a script to remove the bad profiles from resource pictures. From here: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile/43415650, link mentioned by @camellan (Andrey Kultyapov)

This commit is contained in:
Marius Stanciu
2019-12-15 14:26:41 +02:00
committed by Marius
parent bcd553c5c7
commit ca4c7b245f
3 changed files with 30 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
15.12.2019
- fixed a bug that created a crash in special conditions; it's related to the QSettings in FlatCAMGui.py
- added a script to remove the bad profiles from resource pictures. From here: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile/43415650, link mentioned by @camellan (Andrey Kultyapov)
14.12.2019