Commit Graph

6 Commits

Author SHA1 Message Date
Tobias Hunger
2e6855249f PNG: Run pngcrush on images with iCCP or sRGB profiles
This quietens warnings from libPNG during startup and shrinks the
image sizes.

Change-Id: Ieb4cb5e8ba30b99653896e283c2fb2cc267257f2
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
2015-07-03 09:50:46 +00:00
Tobias Hunger
c3b6721a60 PNG: Fix warning about sRGB information
libpng 1.6 prints a line warning about this whenever loading any
of these files.

Remove color mangement related sections as well as time information
from the PNG files using:

pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB -rem time -force -ow FileName

PNGcrush is losslessly recompressing the files, too.

Change-Id: I483dfb98414c4914840bd5ee9318153a599747b1
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-05-27 16:12:01 +02:00
Thomas Hartmann
0515e73e31 QmlEditor.outline: adding icons for Extra Components 2011-05-06 13:14:44 +02:00
Thomas Hartmann
72235c5d28 QmlTextEditor: new icons for outline 2011-04-15 12:37:18 +02:00
Kai Koehne
dec0519b34 QmlOutline: Additional icons 2010-07-16 14:10:02 +02:00
Kai Koehne
ce32f25ba3 QmlOutline: Show icons for known types 2010-07-14 11:40:11 +02:00