about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorLines
2023-10-09change license from CC0 to ISCgennyble-131/+32
2023-10-09cleanupgennyble-212/+1
2023-07-22use correct bytes for loop countgennyble-1/+1
2023-07-18uh, they were here. these filesgennyble-1/+71
2023-07-15uh UH gifprobe thingsgennyble-12/+69
2023-07-15use bit constants for disposal matchgennyble-4/+4
2023-07-15weezl errors propagate instead of panicgennyble-3/+10
is that how you spell that workd?
2023-07-15fixed packed field handlinggennyble-10/+10
the order of bitwise operation is counterintuitive
2023-02-20slugsGenny-1/+119
2023-02-20correctly write palette paddingGenny-1/+18
2023-02-11readGenny-0/+25
2023-02-09no more criterionGenny-30/+0
2023-02-09dewarn, 0.2.0Genny-34/+4
2023-02-09add palette functions to images; close #11Genny-0/+24
2023-02-09add width/height functions to reader; close #10Genny-0/+8
2023-02-09gaudip wipGenny-3/+12
2023-01-27omgGenny-0/+562
2023-01-25audio extension draft stubGenny-0/+11
2023-01-25gifprobe expandGenny-6/+35
2022-12-24comment extension encodingGenny-2/+9
2022-12-24set screen descriptor metadataGenny-1/+3
2022-12-24MCS must be 2Genny-0/+2
2022-12-11OMG actually say what it isGenny-24/+42
2022-12-11formattingGenny-3/+2
2022-12-11no more giftoolGenny-2/+1
2022-12-11add recolor extension draftGenny-0/+69
2022-11-27gifed: add non-streaming readerGenny-3/+25
2022-11-25no more giftoolGenny-182/+0
2022-11-25hide gif-frames. it's not ready yetGenny-4/+3
2022-11-25gifed: streaming writerGenny-42/+185
2022-11-25Add decompressGenny-3/+28
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