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 ¶
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
Click to show internal directories.
Click to hide internal directories.