Skip to content

allyourcodebase/gifsicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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