Michael Berkowitz
Michael Berkowitz
Adds the `t` command to the interactive runner. ## Usage `t tag1 tag2` will append `--only tag1 --only tag2` to the end of the test command being run, ensuring that...
Right now encoding is done with 8 bit depth, truecolor_alpha color, default zlib compression, and no interlacing. It would be nice to provide options to do differently, either user provided...
* Would using erlang `:arrays` be faster for storing pixels than 2d Lists? * Storing pixel data as 4byte integers instead of structs? Should add some benchmark data for reading...