quize, you might be able to compress a bit more by using the alphabet to represent each compressed number where A=0 B=1 C=2 etc ie;
Normal Map data:
1,0,0,0,0,2,2,0,0,0,0
Crunched Map data:
1,"A",4,"B",2,"A",4
As long as you don't need to represent numbers greater than 26.
