From: RĂ©mi Verschelde Date: Wed, 30 Nov 2016 19:19:41 +0000 (+0100) Subject: Fix libpng iCCP warning about invalid sRGB profile X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=62bd93a3a6ce1872ce00fac3dc87cf2b21bfe722 Fix libpng iCCP warning about invalid sRGB profile Using ImageMagick or pngcrush seemed to introduce issues, so I had in the end to fix the sRGB profile manually for each problematic image in GIMP. --- diff --git a/Data/Textures/Belt.png b/Data/Textures/Belt.png index 4e6fd34..538eaf0 100644 Binary files a/Data/Textures/Belt.png and b/Data/Textures/Belt.png differ diff --git a/Data/Textures/Cursor.png b/Data/Textures/Cursor.png index 1e851aa..7f8ff28 100644 Binary files a/Data/Textures/Cursor.png and b/Data/Textures/Cursor.png differ diff --git a/Data/Textures/Desertcl.png b/Data/Textures/Desertcl.png index b3b6b8e..9d645be 100644 Binary files a/Data/Textures/Desertcl.png and b/Data/Textures/Desertcl.png differ diff --git a/Data/Textures/Gi.png b/Data/Textures/Gi.png index 495476c..0cbcfc5 100644 Binary files a/Data/Textures/Gi.png and b/Data/Textures/Gi.png differ diff --git a/Data/Textures/GiBottom.png b/Data/Textures/GiBottom.png index 57b9822..334b343 100644 Binary files a/Data/Textures/GiBottom.png and b/Data/Textures/GiBottom.png differ diff --git a/Data/Textures/GiTeared.png b/Data/Textures/GiTeared.png index 00aa33e..be9541c 100644 Binary files a/Data/Textures/GiTeared.png and b/Data/Textures/GiTeared.png differ diff --git a/Data/Textures/GiTop.png b/Data/Textures/GiTop.png index 1a40f0f..119566d 100644 Binary files a/Data/Textures/GiTop.png and b/Data/Textures/GiTop.png differ diff --git a/Data/Textures/Shine.png b/Data/Textures/Shine.png index d8382cd..9a51544 100644 Binary files a/Data/Textures/Shine.png and b/Data/Textures/Shine.png differ diff --git a/Data/Textures/fancypants.png b/Data/Textures/fancypants.png index dd47ce6..950cfcc 100644 Binary files a/Data/Textures/fancypants.png and b/Data/Textures/fancypants.png differ diff --git a/Data/Textures/fancypantscamo.png b/Data/Textures/fancypantscamo.png index 382be34..07f98a7 100644 Binary files a/Data/Textures/fancypantscamo.png and b/Data/Textures/fancypantscamo.png differ diff --git a/Data/Textures/fancypantscamoarctic.png b/Data/Textures/fancypantscamoarctic.png index bc5283d..b81063d 100644 Binary files a/Data/Textures/fancypantscamoarctic.png and b/Data/Textures/fancypantscamoarctic.png differ diff --git a/Data/Textures/fancypantscamodesert.png b/Data/Textures/fancypantscamodesert.png index 9490610..ca8c4e7 100644 Binary files a/Data/Textures/fancypantscamodesert.png and b/Data/Textures/fancypantscamodesert.png differ diff --git a/Data/Textures/footprint.png b/Data/Textures/footprint.png index 940607c..e26ff7e 100644 Binary files a/Data/Textures/footprint.png and b/Data/Textures/footprint.png differ diff --git a/Data/Textures/headband.png b/Data/Textures/headband.png index bbaf0f2..927c300 100644 Binary files a/Data/Textures/headband.png and b/Data/Textures/headband.png differ diff --git a/Data/Textures/leatherarmor.png b/Data/Textures/leatherarmor.png index 56686ae..52f0747 100644 Binary files a/Data/Textures/leatherarmor.png and b/Data/Textures/leatherarmor.png differ diff --git a/Data/Textures/logo.png b/Data/Textures/logo.png index 77a8ae5..1a51cc3 100644 Binary files a/Data/Textures/logo.png and b/Data/Textures/logo.png differ diff --git a/Data/Textures/longsleeve.png b/Data/Textures/longsleeve.png index 3bec857..7482485 100644 Binary files a/Data/Textures/longsleeve.png and b/Data/Textures/longsleeve.png differ diff --git a/Data/Textures/mask.png b/Data/Textures/mask.png index 143bd62..325f0c1 100644 Binary files a/Data/Textures/mask.png and b/Data/Textures/mask.png differ diff --git a/Data/Textures/pants.png b/Data/Textures/pants.png index 7c0e702..5582670 100644 Binary files a/Data/Textures/pants.png and b/Data/Textures/pants.png differ diff --git a/Data/Textures/shadow.png b/Data/Textures/shadow.png index 52b0a22..1c3bb8c 100644 Binary files a/Data/Textures/shadow.png and b/Data/Textures/shadow.png differ diff --git a/Data/Textures/shirt.png b/Data/Textures/shirt.png index ac9f0c9..25d9c55 100644 Binary files a/Data/Textures/shirt.png and b/Data/Textures/shirt.png differ diff --git a/Data/Textures/shirtfemale.png b/Data/Textures/shirtfemale.png index e862c28..d45cdc6 100644 Binary files a/Data/Textures/shirtfemale.png and b/Data/Textures/shirtfemale.png differ diff --git a/Data/Textures/temple/World.png b/Data/Textures/temple/World.png index aa42ca8..cbcb39e 100644 Binary files a/Data/Textures/temple/World.png and b/Data/Textures/temple/World.png differ diff --git a/Source/win-res/Lugaru.png b/Source/win-res/Lugaru.png index 1db3a89..f990163 100644 Binary files a/Source/win-res/Lugaru.png and b/Source/win-res/Lugaru.png differ