Commit graph

8 commits

Author SHA1 Message Date
Gregory A Lundberg
140cc946bb Fix bug: libpng warning: iCCP: known incorrect sRGB profile
Some changes in libpng 1.6+ cause it issue warning or even not work correctly with the original HP/MS sRGB profile. You will notice this in stderr:

    libpng warning: iCCP: known incorrect sRGB profile

The old profile uses a D50 whitepoint, where D65 is standard. This profile is not uncommon, being used by Adobe Photoshop, although it was not embedded into images by default.

The simplest solution is simply to remove the embedded profile from your image. This can cause a slight shift in color *IF* have have a properly calibrated system, monitor, and software.
2016-08-04 22:37:44 -05:00
Ignacio R. Morelle
d5fa4bc7b2 Revert "Compress images with zopflipng."
This reverts commit 5d36e382c7.

It's been found to cause all kinds of terrain glitches on Windows and
Linux. Please do not try experimental image compression alternatives
without discussing and reviewing first.
2014-12-21 19:03:08 -03:00
Alarantalara
5d36e382c7 Compress images with zopflipng.
https://code.google.com/p/zopfli/source/browse/README.zopflipng
5.9MB saved.
2014-12-20 12:14:08 -05:00
Nils Kneuper
a3b14e7670 applied utils/wesnoth-optipng on data/
Overall statistics (only for files with a smaller recompressed size):
  Original size: 8179 KiB on 29 files
 Optimized size: 7013 KiB
   Total saving: 1165 KiB = 14% decrease
2013-08-22 22:31:34 +02:00
Emilien Rotival
69045c33ae New artwork for the future ToD display
tod-schedule-* files each contains the individual ToD sky images for an entire schedule
tod-clouds-* files each contain cloud images that will be randomly overlaid on the sky image according to the expected lighting conditions of a given ToD
tod-template is a mask in the shape of the ToD window that will be used to crop any element it contains: ToD skies, clouds, terrain overlays, oversized unit sprites, …

Additional schedule images will be added later.
2013-06-24 23:00:27 -04:00
Nils Kneuper
c9f6847f66 applied utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 16720 KiB on 404 files
 Optimized size: 15237 KiB
   Total saving: 1482 KiB = 8% decrease
2013-06-23 10:07:53 +02:00
fendrin
53b3e303d3 UnitBox experimental theme. 2013-06-04 22:42:41 +02:00
Emilien Rotival
ea27d2e85f Placeholder artwork for experimental "unit_box" feature 2013-05-29 12:09:48 +02:00