View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0012592 | Bionic Dues | Graphical Bug | Sep 19, 2013 9:35 pm | Sep 20, 2013 9:38 am | |
Reporter | windgen | Assigned To | Chris_McElligottPark | ||
Status | closed | Resolution | no change required | ||
Product Version | 0.917 - Please Still Keep An Eye Out | ||||
Summary | 0012592: png files are not optimized | ||||
Description | The art files are a little larger than they need to be. You can use a program called optipng to reduce their size. (It tries slightly different compression options.) On Linux you can run this command: sudo apt-get install optipng find . -iname "*.png" -print0 | xargs -0 -n 1 -P 4 optipng -o7 On a typical system it will probably take a few hours to run. I suggest running it overnight. I tried it (on a copy of the game in a safe place) and the total size of all the game's graphics was reduced from 80 MB to 76 MB. | ||||
Tags | No tags attached. | ||||
Internal Weight | New | ||||
|
Yes, I know. I have a program called PNGOutWin that does it as well. But this only affects disk space, and does not affect it much. The actual in-memory version of the images is uncompressed anyhow, so compression on the PNG makes no difference whatsoever in the game itself. |
Date Modified | Username | Field | Change |
---|---|---|---|
Sep 19, 2013 9:35 pm | windgen | New Issue | |
Sep 20, 2013 9:38 am | Chris_McElligottPark | Internal Weight | => New |
Sep 20, 2013 9:38 am | Chris_McElligottPark | Note Added: 0033894 | |
Sep 20, 2013 9:38 am | Chris_McElligottPark | Status | new => closed |
Sep 20, 2013 9:38 am | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Sep 20, 2013 9:38 am | Chris_McElligottPark | Resolution | open => no change required |
Apr 14, 2014 9:29 am | Chris_McElligottPark | Category | Bug - Graphical Issue => Graphical Bug |