RoosterDragon
78bef8a98f
Compress all pngs.
...
Reduces size used for png files from 19,034,446 bytes to 13,305,798 bytes in total. The smaller files also improve loading times as the zlib decoder has less bytes to schlep through.
The PNG decoder shipped with OpenRA only supports a bit depth of 8 for images with a palette, so must must ensure that other depths (1,2 or 4) are not used.
zopfilpng is used for compression with the following command line:
'zopflipng.exe --keepcolortype -y -m image.png image.png'
The keepcolortype flag ensures the bit depth is not changed.
2023-06-26 19:28:06 +02:00
Paul Chote
f37d9a7010
Rework D2k Chrome in preparation for UI scaling.
2020-01-19 20:34:18 +01:00
clemty
76de14b6f5
PNG file size reduction
...
run pngcrush -brute on *.png
before:
70 File(s) 3.455.140 bytes
after:
70 File(s) 2.616.088 bytes
2015-09-29 20:47:36 +02:00
Matthias Mailänder
3f708aea3f
replaced the yellow highlighted placeholder everywhere
2013-10-26 12:07:09 +02:00
Sébastien Kerguen
8b9f7a12fa
Added -disabled in chrome.yaml & dialog.png files
...
Added -disabled in chrome.yaml & dialog.png files
2013-10-16 23:34:27 +02:00
Sébastien Kerguen
76c81b610a
Fixed spawnpoints in chrome.yaml (D2K, TS, RA)
...
Fixed spawnpoints in chrome.yaml (D2K, TS, RA)
Fixes #3931
2013-10-14 18:43:51 +02:00
Sébastien Kerguen
6bbff98057
Reuse previous D2K graphics for dialog.png
...
Reuse previous D2K graphics but with a re-arranged dialog.png file.
2013-10-09 20:39:05 +02:00
Sébastien Kerguen
8df4f7b3dd
Updated chrome.yaml and dialog.png (RA,D2K,TS)
...
I have updated chrome.yaml and dialog.png files for RA, D2K, TS mods.
Featuring "button-hover" and "textfield-hover" states.
2013-10-08 23:19:00 +02:00
Matthias Mailänder
e33d988301
d2k UI reskinning complete, thanks to @JOoGraphics
2012-07-20 20:00:09 +02:00
Matthias Mailänder
5e1e5903d6
reworked d2k dialog UI, thanks to @JOoGraphics
2012-07-18 19:11:06 +02:00
Matthias Mailänder
959875c709
added special infantry, fixed UI, added new map
2012-06-16 14:17:35 +02:00
Matthias Mailänder
1fcf044980
added flags, worked on the UI
...
looks crappy, needs someone who is good at this
2012-05-27 10:40:08 +02:00
Matthias Mailänder
5426a5fd3c
put d2k mod stuff into it's own branch
2012-05-20 15:50:39 +02:00