about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorLines
2021-11-21Bring gifprobe into this repositoryGenny-1700/+0
2021-11-21Remove debug codeGenny-17/+1
2021-10-12Actually implement image iteratorGenny-6/+67
I forgot to implement next, oops!
2021-10-11Run rustfmtGenny-1306/+1306
2021-10-11Implement images iteratorGenny-14/+94
2021-10-10Make the reader saferGenny-38/+77
2021-10-10Fix builder api, add save methodGenny-18/+44
2021-09-24indicies takes slice of u8 nowGenny-6/+6
2021-09-23Remove broken useGenny-1/+0
2021-09-23Improve API, monocommit, sorryGenny-341/+345
2021-09-15Reading, fix writing, monocommitGenny-639/+1345
2021-03-31Add todosGenny-1/+9
2021-03-10Implement, roughly, extensions, animation, and loopingGenny-11/+151
2021-03-10Refactor code and get ready for extension blocksGenny-33/+25
2021-03-08Rename a few thingsGenny-30/+42
2020-11-06Add gif componentsGenny-414/+356
2020-10-06Initial commitGenny-0/+707
Messy code, but it bloody works! Well, the tests don't fail, which is a great start!