Documentation
¶
Overview ¶
Package extract provides "extract" sub command: extract all images from a GIF image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Extract = subcmd.DefineCommand("extract", "extract each frames from GIF", ExtractAll)
View Source
var ExtractSet = subcmd.DefineSet("extract", "extract frames from animation GIF", subcmd.DefineCommand("one", "extract a representative frame from GIF", ExtractRepFrame), subcmd.DefineCommand("representative", "extract a representative frame from GIF", ExtractRepFrame), subcmd.DefineCommand("rep", "extract a representative frame from GIF", ExtractRepFrame), subcmd.DefineCommand("cframes", "extract all composed frames from GIF", ExtractComposedFrames), )
Functions ¶
func ExtractComposedFrames ¶ added in v0.0.2
Types ¶
Click to show internal directories.
Click to hide internal directories.