Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-10-09 | change license from CC0 to ISC | gennyble | -131/+32 | |
2023-10-09 | cleanup | gennyble | -212/+1 | |
2023-07-22 | use correct bytes for loop count | gennyble | -1/+1 | |
2023-07-18 | uh, they were here. these files | gennyble | -1/+71 | |
2023-07-15 | uh UH gifprobe things | gennyble | -12/+69 | |
2023-07-15 | use bit constants for disposal match | gennyble | -4/+4 | |
2023-07-15 | weezl errors propagate instead of panic | gennyble | -3/+10 | |
is that how you spell that workd? | ||||
2023-07-15 | fixed packed field handling | gennyble | -10/+10 | |
the order of bitwise operation is counterintuitive | ||||
2023-02-20 | slugs | Genny | -1/+119 | |
2023-02-20 | correctly write palette padding | Genny | -1/+18 | |
2023-02-11 | read | Genny | -0/+25 | |
2023-02-09 | no more criterion | Genny | -30/+0 | |
2023-02-09 | dewarn, 0.2.0 | Genny | -34/+4 | |
2023-02-09 | add palette functions to images; close #11 | Genny | -0/+24 | |
2023-02-09 | add width/height functions to reader; close #10 | Genny | -0/+8 | |
2023-02-09 | gaudip wip | Genny | -3/+12 | |
2023-01-27 | omg | Genny | -0/+562 | |
2023-01-25 | audio extension draft stub | Genny | -0/+11 | |
2023-01-25 | gifprobe expand | Genny | -6/+35 | |
2022-12-24 | comment extension encoding | Genny | -2/+9 | |
2022-12-24 | set screen descriptor metadata | Genny | -1/+3 | |
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 | |