nutjunkie / IQmol

IQmol is an open source molecular editor and visualization package
GNU General Public License v3.0
99 stars 47 forks source link

Libpng fix #53

Closed Ecaloota closed 2 years ago

Ecaloota commented 2 years ago

Every time I opened IQmol on the CLI, it would throw about 20 warnings saying:

"libpng warning: iCCP: known incorrect sRGB profile"

Which got annoying and I figured it would be the easiest fix of the day. Fixed using ImageMagick per this link. I can build without the libpng warnings now.

FWIW, ImageMagick seems to have added content to some of the PNGs, but it doesn't look to have caused an issue. All the PNGs in that scenario that I saw still displayed correctly.