Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-12-24 | MCS must be 2 | Genny | -0/+2 | |
2022-12-11 | OMG actually say what it is | Genny | -24/+42 | |
2022-12-11 | formatting | Genny | -3/+2 | |
2022-12-11 | no more giftool | Genny | -2/+1 | |
2022-12-11 | add recolor extension draft | Genny | -0/+69 | |
2022-11-27 | gifed: add non-streaming reader | Genny | -3/+25 | |
2022-11-25 | no more giftool | Genny | -182/+0 | |
2022-11-25 | hide gif-frames. it's not ready yet | Genny | -4/+3 | |
2022-11-25 | gifed: streaming writer | Genny | -42/+185 | |
2022-11-25 | Add decompress | Genny | -3/+28 | |
2022-11-25 | Readme update | Genny | -4/+11 | |
2022-11-25 | gifprobe: more offsets | Genny | -4/+9 | |
2022-11-25 | Read now gives offsets | Genny | -177/+267 | |
2022-11-24 | Add write example, remove bad read example | Genny | -58/+89 | |
2022-11-24 | GifBuilder work | Genny | -125/+130 | |
2022-11-24 | Move DeocdeError to the bottom of reader | Genny | -35/+35 | |
2022-11-24 | Rename some things | Genny | -87/+113 | |
2022-11-24 | No more RgbImage or RgbaImage | Genny | -199/+0 | |
2022-11-24 | Rename ColorTable to Palette | Genny | -58/+37 | |
2022-09-18 | Set packed field correctly | Genny | -2/+2 | |
2022-09-18 | Deindex images correctly (oops) | Genny | -9/+10 | |
2022-09-18 | Expose Image | Genny | -1/+1 | |
2022-08-23 | Use weezl for LZW encoding 😔 | Genny | -2/+18 | |
2022-04-05 | Add screenpacked abstraction over u8 | Genevieve Alfirevic | -82/+86 | |
2022-04-05 | Update readme | Genevieve Alfirevic | -4/+5 | |
2022-04-05 | Add giftool as a workspace member | Genevieve Alfirevic | -1/+2 | |
2022-04-05 | gifprobe: Display some more information about application extensions | Genevieve Alfirevic | -6/+18 | |
2022-04-05 | gifed: Add packed struct for image descriptor | Genevieve Alfirevic | -28/+118 | |
2022-04-05 | giftool: some analyze subcommand work | Genevieve Alfirevic | -9/+92 | |
2022-04-04 | giftool: Add extract-frames subcommand | Genevieve Alfirevic | -0/+98 | |
2022-03-03 | Display strings in comments if they are utf8 | Genevieve Alfirevic | -1/+6 | |
2022-02-14 | Change percentage of API estimation for read | Genevieve Alfirevic | -1/+1 | |
2022-02-14 | Image iterator and rgb/rgba image structs | Genevieve Alfirevic | -75/+203 | |
2022-02-11 | Use paletted png for example | Genevieve Alfirevic | -7/+32 | |
2022-02-11 | Fix read example | Genevieve Alfirevic | -43/+60 | |
Also expliclty ignore the folder it creates | ||||
2022-02-11 | Start moving packed fields to their own structs | Genevieve Alfirevic | -122/+126 | |
2022-02-02 | Why are these files changed | Genevieve Alfirevic | -57/+94 | |
2022-02-02 | Lol, what's happening | Genevieve Alfirevic | -0/+83 | |
2021-11-23 | Collapse extension enum into block | Genny | -205/+240 | |
2021-11-21 | Add references to readme | Genny | -0/+13 | |
2021-11-21 | Bring gifprobe into this repository | Genny | -22/+170 | |
2021-11-21 | Remove debug code | Genny | -17/+1 | |
2021-10-12 | Actually implement image iterator | Genny | -6/+90 | |
I forgot to implement next, oops! | ||||
2021-10-11 | Run rustfmt | Genny | -1318/+1319 | |
2021-10-11 | Implement images iterator | Genny | -20/+110 | |
2021-10-10 | Change language in readme | Genny | -2/+1 | |
2021-10-10 | Update readme with current status | Genny | -2/+4 | |
2021-10-10 | Make the reader safer | Genny | -38/+77 | |
2021-10-10 | Fix builder api, add save method | Genny | -18/+44 | |
2021-09-24 | indicies takes slice of u8 now | Genny | -6/+6 | |