Skip to content
  • twb twb's avatar
    Fix sRGB profile in png icon · 225f106d
    twb twb authored
    libpng complains about the 22x22 icon with the warning
    "libpng warning: iCCP: known incorrect sRGB profile"
    
    Running pngcrush with "-n -q" options display the following message:
    "pngcrush: iCCP: Not recognizing known sRGB profile that has been
    edited"
    
    My quick solution for this is to run mogrify on the file.
    225f106d