Skip to content

Instantly share code, notes, and snippets.

@tessro
Created October 21, 2011 18:36
Show Gist options
  • Save tessro/1304593 to your computer and use it in GitHub Desktop.
Save tessro/1304593 to your computer and use it in GitHub Desktop.
BTW, this math is wrong
// Compress further via advpng on level 1 – 4.
// (level can normally range from 1 – 7)
levelStr = [NSString stringWithFormat:@"-z%d", (level < 5 ? 1 : level - 3)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment