about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-07-15weezl errors propagate instead of panicgennyble
is that how you spell that workd?
2023-07-15fixed packed field handlinggennyble
the order of bitwise operation is counterintuitive
2023-02-20slugsGenny
2023-02-20correctly write palette paddingGenny
2023-02-11readGenny
2023-02-09no more criterionGenny
2023-02-09dewarn, 0.2.0Genny
2023-02-09add palette functions to images; close #11Genny
2023-02-09add width/height functions to reader; close #10Genny
2023-02-09gaudip wipGenny
2023-01-27omgGenny
2023-01-25audio extension draft stubGenny
2023-01-25gifprobe expandGenny
2022-12-24comment extension encodingGenny
2022-12-24set screen descriptor metadataGenny
2022-12-24MCS must be 2Genny
2022-12-11OMG actually say what it isGenny
2022-12-11formattingGenny
2022-12-11no more giftoolGenny
2022-12-11add recolor extension draftGenny
2022-11-27gifed: add non-streaming readerGenny
2022-11-25no more giftoolGenny
2022-11-25hide gif-frames. it's not ready yetGenny
2022-11-25gifed: streaming writerGenny
2022-11-25Add decompressGenny
2022-11-25Readme updateGenny
2022-11-25gifprobe: more offsetsGenny
2022-11-25Read now gives offsetsGenny
2022-11-24Add write example, remove bad read exampleGenny
2022-11-24GifBuilder workGenny
2022-11-24Move DeocdeError to the bottom of readerGenny
2022-11-24Rename some thingsGenny
2022-11-24No more RgbImage or RgbaImageGenny
2022-11-24Rename ColorTable to PaletteGenny
2022-09-18Set packed field correctlyGenny
2022-09-18Deindex images correctly (oops)Genny
2022-09-18Expose ImageGenny
2022-08-23Use weezl for LZW encoding 😔Genny
2022-04-05Add screenpacked abstraction over u8Genevieve Alfirevic
2022-04-05Update readmeGenevieve Alfirevic
2022-04-05Add giftool as a workspace memberGenevieve Alfirevic
2022-04-05gifprobe: Display some more information about application extensionsGenevieve Alfirevic
2022-04-05gifed: Add packed struct for image descriptorGenevieve Alfirevic
2022-04-05giftool: some analyze subcommand workGenevieve Alfirevic
2022-04-04giftool: Add extract-frames subcommandGenevieve Alfirevic
2022-03-03Display strings in comments if they are utf8Genevieve Alfirevic
2022-02-14Change percentage of API estimation for readGenevieve Alfirevic
2022-02-14Image iterator and rgb/rgba image structsGenevieve Alfirevic
2022-02-11Use paletted png for exampleGenevieve Alfirevic
2022-02-11Fix read exampleGenevieve Alfirevic
Also expliclty ignore the folder it creates