Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 762 Bytes

File metadata and controls

21 lines (13 loc) · 762 Bytes

Gifsicle

This is gifsicle packaged using Zig build system

Needs zig version 0.15.2 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
linkage static Linkage mode too build lib (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