render

package
v0.0.0-...-b3777ea Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Image

type Image interface {
	String() string
	Image() image.Image
}

type Output

type Output interface {
	String() string
	Images() []Image
}

type Range

type Range struct {
	Offset   float64
	Duration float64
	Delta    float64
}

type Render

type Render interface {
	CanHandle(bs []byte) bool
	Output(path string, rRes Resolution, rRange Range) (Output, error)
}

type Resolution

type Resolution struct {
	Width       int
	Height      int
	WidthAlign  int
	HeightAlign int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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