The title is pretty self explanatory, the current version (as stated in build.zig) is 0.0.0 due to it being unusable as it is right now, this is going to change progressively as I finish some things I consider necessary in order to call this a "feature-complete" library.
[x] The gifany decoder should store all of the frames' LZW-encoded data as raw bytes, this way is more flexible for applications which may need to re-process the raw data themselves
[ ] Additionally, gifany should include some utility to re-encode the LZW-encoded bytes into BMP files, which are way easier to transform into all of the other existing formats
[ ] This repository should work seamlessly along the 2 [afaik are the] current mechanisms for using external packages:
[ ] Support being included as a github submodule directly
[ ] Support being included via the zig package manager
The title is pretty self explanatory, the current version (as stated in
build.zig
) is 0.0.0 due to it being unusable as it is right now, this is going to change progressively as I finish some things I consider necessary in order to call this a "feature-complete" library.