about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-25Readme updateGenny-4/+11
2022-11-25gifprobe: more offsetsGenny-4/+9
2022-11-25Read now gives offsetsGenny-177/+267
2022-11-24Add write example, remove bad read exampleGenny-58/+89
2022-11-24GifBuilder workGenny-125/+130
2022-11-24Move DeocdeError to the bottom of readerGenny-35/+35
2022-11-24Rename some thingsGenny-87/+113
2022-11-24No more RgbImage or RgbaImageGenny-199/+0
2022-11-24Rename ColorTable to PaletteGenny-58/+37
2022-09-18Set packed field correctlyGenny-2/+2
2022-09-18Deindex images correctly (oops)Genny-9/+10
2022-09-18Expose ImageGenny-1/+1
2022-08-23Use weezl for LZW encoding 😔Genny-2/+18
2022-04-05Add screenpacked abstraction over u8Genevieve Alfirevic-82/+86
2022-04-05Update readmeGenevieve Alfirevic-4/+5
2022-04-05Add giftool as a workspace memberGenevieve Alfirevic-1/+2
2022-04-05gifprobe: Display some more information about application extensionsGenevieve Alfirevic-6/+18
2022-04-05gifed: Add packed struct for image descriptorGenevieve Alfirevic-28/+118
2022-04-05giftool: some analyze subcommand workGenevieve Alfirevic-9/+92
2022-04-04giftool: Add extract-frames subcommandGenevieve Alfirevic-0/+98
2022-03-03Display strings in comments if they are utf8Genevieve Alfirevic-1/+6
2022-02-14Change percentage of API estimation for readGenevieve Alfirevic-1/+1
2022-02-14Image iterator and rgb/rgba image structsGenevieve Alfirevic-75/+203
2022-02-11Use paletted png for exampleGenevieve Alfirevic-7/+32
2022-02-11Fix read exampleGenevieve Alfirevic-43/+60
2022-02-11Start moving packed fields to their own structsGenevieve Alfirevic-122/+126
2022-02-02Why are these files changedGenevieve Alfirevic-57/+94
2022-02-02Lol, what's happeningGenevieve Alfirevic-0/+83
2021-11-23Collapse extension enum into blockGenny-205/+240
2021-11-21Add references to readmeGenny-0/+13
2021-11-21Bring gifprobe into this repositoryGenny-22/+170
2021-11-21Remove debug codeGenny-17/+1
2021-10-12Actually implement image iteratorGenny-6/+90
2021-10-11Run rustfmtGenny-1318/+1319
2021-10-11Implement images iteratorGenny-20/+110
2021-10-10Change language in readmeGenny-2/+1
2021-10-10Update readme with current statusGenny-2/+4
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-23Remove old bin deps from tomlGenny-2/+0
2021-09-23Improve API, monocommit, sorryGenny-343/+351
2021-09-15Reading, fix writing, monocommitGenny-639/+1347
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-417/+382
2020-10-06Add docs as a todoGenny-2/+3