boswars/graphics/ui
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
..
cursors Replace the wrong arrow_E.png by a mirror of arrow_W.png. 2023-06-23 15:31:51 +02:00
patcheditor More contrast in speed icons of patch editor 2023-06-23 15:31:53 +02:00
cursor-info.png fix colorkey 2023-06-23 15:31:44 +02:00
editor_patch.png Added patch icon 2023-06-23 15:31:46 +02:00
elites_claw.png "mv graphics/elites/ui/ graphics/ui" 2023-06-23 15:31:40 +02:00
rosace1.png Updated buttons + Rosace 2023-06-23 15:31:27 +02:00
ui_bpanel_200x144.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_bpanel_200x264.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_bpanel_200x432.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_bpanel_200x624.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_bpanel_200x864.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_info.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_minimap.png These files were incompatible with libpng-1.6 and were fixed by Julian Ospald <hasufell> - see https://savannah.nongnu.org/bugs/?39610. 2023-06-23 15:31:54 +02:00
ui_res_icons.png Improve resource icons from TimberDragon. 2023-06-23 15:31:41 +02:00
x_startpoint.png Fix iCCP of broken PNG images 2023-06-23 15:31:54 +02:00