video

package module
v0.0.0-...-e72aa2c Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 3 Imported by: 0

README

go-video

Package video implements a basic video library, for the Go programming language.

It is a compliment to Go's built-in "image" package.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-video

GoDoc

Import

To import package video use import code like the following:

import "github.com/reiver/go-video"

Installation

To install package video do the following:

GOPROXY=direct go get github.com/reiver/go-video

Author

Package video was written by Charles Iliya Krempeaux

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Video

type Video interface {
	Delay(int) time.Duration
	DrawOperation(int) draw.Op
	Image(int) image.Image
	Len() int
	LoopCount() int
	Size() (int, int)
}

Video is a series of image.Image.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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