aboutsummaryrefslogtreecommitdiff
path: root/src/encode.rs
Commit message (Expand)AuthorAgeFilesLines
* add RLE compression functionsAkshay2021-04-181-10/+34
* implement simple error handlingAkshay2021-03-031-13/+34
* add decode logicAkshay2021-03-011-5/+6
* redefine pixel as bool, implement encodingAkshay2021-03-011-0/+34