https://github.com/allyourcodebase/gifsicle
gifsicle using the zig build system
https://github.com/allyourcodebase/gifsicle
gif gifsicle zig zig-package
Last synced: 6 months ago
JSON representation
gifsicle using the zig build system
- Host: GitHub
- URL: https://github.com/allyourcodebase/gifsicle
- Owner: allyourcodebase
- License: gpl-2.0
- Created: 2025-01-14T15:35:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-20T20:31:09.000Z (6 months ago)
- Last Synced: 2025-08-20T22:25:09.731Z (6 months ago)
- Topics: gif, gifsicle, zig, zig-package
- Language: Zig
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gifsicle
This is [gifsicle](https://github.com/kohler/gifsicle) packaged using Zig build system
needs zig version `0.15.1` or higher
## Options
You can set these options when importing as a dependency with `b.dependency("gifsicle", .{ option=value })`
or when building directly with `zig build -Doption=value`
|Option Name|default|description |
|-----------|:-----:|----------------------------------------------|
| dynamic | false | Build lib as shared (dynamic library) |
| tools | true | Build cli tools (gifsicle, gifview, gifdiff) |
| terminal | true | Output gif to terminal |
---
Thanks to andrew's fork of [ffmpeg](https://github.com/andrewrk/ffmpeg) for the knowhow