boot-animator: part2: Command-Line flags

Written 2011-07-25

Tags:Android Command-line interface Animation 

tonight I added command-line flags to boot-animator. Of note:
  • framerate
  • frameskip
  • frameseek
  • loop
  • width
  • height
  • numframes
This makes the tool much more useful for generating android boot images, as well as taught me how to use libpopt, which handles interfacing the command flags for me.

Here is the current code: https://github.com/rsaxvc/boot-animator