boswars/campaigns/islands
Francois Beerten 6005b09055 Fix iCCP of broken PNG images
A couple of PNG images in BosWars had broken iCCP profiles which
libpng1.6 or higher complain about with messages like:

  libpng warning: iCCP: known incorrect sRGB profile

The broken PNG files were detected with:

  pngcrush -n -q */*.png */*/*.png 2>&1 | grep -B 2 iCCP | grep .png

And fixed with pngcrush:

  for i in intro/logo_boswars.png campaigns/islands/crescents.png graphics/ui/x_startpoint.png units/apcs/ico_apcs.png units/artil/ico_artil.png units/bomber/ico_bomber.png units/bomber/missile.png units/bomber/unit_bomber.png units/bomber/unit_bomber_s.png units/buggy/ico_buggy.png units/camp/training_camp.png units/camp/training_camp_s.png units/cannon/cannon.png units/cannon/cannon_s.png units/cannon/weapon.png units/chopper/ico_chopper.png units/destroyer/destroyer_i.png units/destroyer/destroyer.png units/harvester/ico_harv.png units/hospital/hospital.png units/hospital/hospital_s.png units/jet/ico_jet.png units/missilesilo/missile_silo.png units/morels/morel_7s.png units/powerplant/powerplant.png units/powerplant/powerplant_s.png units/rtank/ico_rtank.png units/rtank/unit_rtank.png units/shipyard/shipyard_i.png units/shipyard/shipyard.png units/shipyard/shipyard_s.png units/tank/ico_tank.png units/vehiclefactory/vehicle_factory_i.png units/wscout/wscout_i.png units/wscout/wscout.png; do pngcrush  -ow -rem iccp $i; done;

Note that mogrify from ImageMagick did not work as it broke player color
indexes and some shadows.
2023-06-23 15:31:54 +02:00
..
README&FAQ.txt The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
campaign.lua Correct small bug. 2023-06-23 15:31:54 +02:00
crescents.png Fix iCCP of broken PNG images 2023-06-23 15:31:54 +02:00
level01.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level01.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level02.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level02.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level03.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level03.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level04.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level04.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level05.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level05.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level06.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level06.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level07.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level07.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level08.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level08.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level09.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level09.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level10.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level10.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level11.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level11.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level12.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level12.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level13.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level13.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level14.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level14.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level15.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level15.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level16.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level16.sms Make this level playable - it is still not easy to win. 2023-06-23 15:31:54 +02:00
level17.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level17.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level18.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level18.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level19.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level19.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level20.smp The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00
level20.sms The campaign from "Lmoy" - adapted to the latest version. 2023-06-23 15:31:54 +02:00