Strip sRGB profile in PNG images

From: "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Strip sRGB profile in PNG images
Date: 2014-07-05 09:18:28
Message-ID: 435687803.20140705131828@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello!

PgAdmin built with wxWidgets 3.0 under Windows gives following warning
messagebox on startup (twice):

12:41:22: Warning: iCCP: known incorrect sRGB profile

After that the application works normally. As discussed here
https://bbs.archlinux.org/viewtopic.php?pid=1269845
warnings are triggered by new version of libpng.
A test with imagemagick's identify *.png points to problematic images:

pgadmin/include/images/resourcegroup.png
pgadmin/include/images/resourcegroups.png

Attached are these images "convert"ed to strip sRGB profile. Please
commit them.

--
Best regards,
J.F.

Attachment Content-Type Size
image/png 966 bytes
image/png 1.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-07-05 13:45:44 pgAdmin III commit: Strip sRGB profiles from the resource group icons,
Previous Message Dave Page 2014-07-03 09:56:45 Re: [pgadmin-support] Character[] field value are truncated