aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* add basic obi to png conversionsHEADmasterAkshay2021-04-231-0/+5
|
* apply clippy lintsAkshay2021-04-231-1/+1
|
* add obiv, the obi image viewerAkshay2021-04-221-1/+0
|
* add RLE compression functionsAkshay2021-04-181-1/+15
|
* add image manip apisAkshay2021-03-061-10/+30
|
* implement simple error handlingAkshay2021-03-031-16/+33
|
* add decode logicAkshay2021-03-011-0/+8
|
* redefine pixel as bool, implement encodingAkshay2021-03-011-14/+18
|
* add basic typesAkshay2021-02-261-0/+99
|
* init with spec infoAkshay2021-02-261-0/+7