stackdetect

package
v0.0.0-...-0a327b2 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2023 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stack

type Stack []string

Stack represents a slice of exposure-bracketed images.

func (Stack) SuitableOutputName

func (s Stack) SuitableOutputName(extension string) string

type StackDetector

type StackDetector struct {
	FoundExposures map[string]bool // Set of stringified photo exposure info
	Stacks         []Stack         // Slice of image stacks
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context) StackDetector

func (*StackDetector) Analyze

func (sd *StackDetector) Analyze(glob_path string) error

Analyze inspects images and subdivides them into bracket stacks.

func (*StackDetector) Close

func (sd *StackDetector) Close()

func (*StackDetector) Messages

func (sd *StackDetector) Messages() <-chan string

Jump to

Keyboard shortcuts

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