Dither matrix generator
Usage: DitherMatrix [width] [height] [command]
Where [command] can be :
- gif: Create an animated gif representing the matrix
- code_int: Convert matrix to C array, each coefficient is an int
- code_float: Convert matrix to C array, each coefficient is a normalized float
- debug: Debug the matrix