Commit Graph

1 Commits

Author SHA1 Message Date
Daniel Löbl 461d60ccc2
[cgif] Initial integration (#7321)
Add initial [cgif](https://github.com/dloebl/cgif) integration.
[cgif](https://github.com/dloebl/cgif) is a GIF encoding library written
in C. It is used as the GIF encoding layer of
[libvips](https://github.com/libvips/libvips).
Right now, it is only fuzzed indirectly via
[libvips](https://github.com/libvips/libvips):
https://github.com/google/oss-fuzz/pull/6241
Fuzzing [cgif](https://github.com/dloebl/cgif) directly would allow
covering the complete API.

I would be happy to update this PR with the `Dockerfile` and `build.sh`
once I have the OK from your side.
2023-01-30 00:48:05 +00:00