gifexplode

command module
v0.0.0-...-bb6719e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2015 License: Unlicense Imports: 7 Imported by: 0

README

Gifexplode
==========

Gifexploder takes a GIF image file and creates new images from each of the frames.  This is a
fun little toy app to help me get more acquainted with the Golang standard image library.

This will take the input file, open it up, decode the image, and for each frame in the GIF
will create a new PNG file of the format "<input filename>.<image index>.png" in the current
working directory.

Usage
------

.. code::

    go build gifexplode.go
    ./gifexplode.go sample.gif

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL