about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-12-07Add from_rgb method to Gif HEAD maingennyble
It forms a single-image gif
2024-01-14gifed: add set_palette methodgennyble
i've written this code like three times so i am making sure i commit and push it this time, god damnit
2024-01-14gifed: lzw.rs remove dbg!sgennyble
2024-01-14gifed: fix bug causing lzw encoder to crashgennyble
2024-01-14remove gifcheck from workspacegennyble
2024-01-02Merge pull request #20 from novedevo/maingennyble
VideoGif API
2024-01-02VideoGif will now loopgennyble
2024-01-02Frame can now From Vec<Color>gennyble
2024-01-02exampels gone; need to rewrite then anywaygennyble
2024-01-02gif_build.rs renamed to videogif.rsgennyble
also checking frame's are the right size now
2024-01-02GifBuilder is now VideoGif and is behind videoish featuregennyble
2024-01-02swith quantization methodsgennyble
2023-12-31fix a bug that should never have gotten past rust-analyzerDevon Sawatsky
2023-12-31rewrite the gif builder API to actually workDevon Sawatsky
2023-12-31require colorsquash and rgb features for the builder APIDevon Sawatsky
2023-12-31fix clippy warning in paletteDevon Sawatsky
2023-12-31fix bugs caused by sweeping comprehension errorsDevon Sawatsky
2023-12-31silly rewrite of from_color to make it less readable and less linesDevon Sawatsky
2023-12-24change things that didn't really need to be changedDevon Sawatsky
2023-12-24add optional rgb feature for improved interoperability with other cratesDevon Sawatsky
2023-12-23add experimental gif builder apiDevon Sawatsky
2023-11-21readmegennyble
2023-11-21i guess we have to bump majorgennyble
2023-11-21api improvementsgennyble
2023-11-21remove gifbuilder and work towards improving apigennyble
2023-11-15back to our lzw encoder, feature to use weezlgennyble
2023-11-15fix lzw encoder and make tests roundtrip with weezlgennyble
2023-11-15Merge branch 'gen-merge'gennyble
2023-11-15Merge pull request #18 from novedevo/maingennyble
buncha clippy and devon-sourced changes
2023-10-22prelim work for decodingDevon Sawatsky
2023-10-22switch bitstream to bitvec basedDevon Sawatsky
2023-10-22add better lzw variable namesDevon Sawatsky
2023-10-22convert a optional match into ?Devon Sawatsky
2023-10-21stop pushing and popping the buffer, just get slicesDevon Sawatsky
2023-10-21add suggested comments to push_bitsDevon Sawatsky
2023-10-21add some testDevon Sawatsky
2023-10-21fix spelling & minor changesDevon Sawatsky
2023-10-21add some bigger tests to check lzw encodingDevon Sawatsky
2023-10-21replace using pow to compute 2^n with left shiftDevon Sawatsky
2023-10-21fix clippy lints in gifprobeDevon Sawatsky
2023-10-21fix clippy lints in gifedDevon Sawatsky
2023-10-14need to work on gifed's apigennyble
sorry the audio_extension doc is rambly
2023-10-12parse mp3 frames!gennyble
2023-10-09changesgennyble
2023-10-09change license from CC0 to ISCgennyble
2023-10-09cleanupgennyble
2023-07-22use correct bytes for loop countgennyble
2023-07-18uh, they were here. these filesgennyble
2023-07-15uh UH gifprobe thingsgennyble
2023-07-15use bit constants for disposal matchgennyble