Colin McMillen 2020-02-28 01:07:29 +00:00
parent c600df5b0a
commit 81eb5f0bc6

@ -1,3 +1,5 @@
* translate mp3 to ogg: `ffmpeg -i file.mp3 file.ogg`
* pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done` * pngcrush everything: `for file in **/*.png ; do pngcrush -brute -ow $file; done`
* sizes of things in C#: * sizes of things in C#: