master
Colin McMillen 4 years ago
parent
commit
81eb5f0bc6
  1. 2
      Cookbook.md

2
Cookbook.md

@ -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`
* sizes of things in C#:

Loading…
Cancel
Save