Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 719 Bytes

Gifsicle

This is gifsicle packaged using Zig build system

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 for the knowhow