summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/optimize-pngs
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak optimize-pngsontoclasm2012-11-101-2/+2
|
* Monster status iconsontoclasm2012-11-101-2/+2
|
* Clean up and improve the optimize-pngs script.Florian Diebold2012-09-031-4/+21
| | | | | | | This fixes the error messages when png files have been removed and really exits the script if there are no images to optimize; also, as per galehar's request, the script will optimize the images from a given commit if it is passed as a parameter.
* Make util/optimize-pngs work with /bin/sh != bash.Adam Borowski2012-04-211-2/+4
| | | | | Also, recognize the no-op case and write a message rather than letting optipng error out.
* A shell script to optimize new tiles.Florian Diebold2012-04-191-0/+5
I was tired of looking up the commands in tiles_creation.txt every time I add a tile, so I wrote a script that applies them to all png files that are modified in the current index (so you have to git add them first). I didn't test this much and don't have much experience in shell scripting anyway, so maybe this can be improved, but it may be useful to someone else.