Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Specifies the axis with which the images will be concatenated on ConcatAxisX ConcatAxis = iota ConcatAxisY // Specifies the alignment that will be applied to the images ConcatAlignmentNone ConcatAlignment = iota ConcatAlignmentCenter )
Variables ¶
This section is empty.
Functions ¶
func WithAlignment ¶
func WithAlignment(alignment ConcatAlignment) opt
func WithAxis ¶
func WithAxis(axis ConcatAxis) opt
Types ¶
type ConcatAlignment ¶
type ConcatAlignment int
type ConcatAxis ¶
type ConcatAxis int
type Concater ¶
type Concater struct {
// contains filtered or unexported fields
}
func NewConcater ¶
NewConcater creates a new concater
Click to show internal directories.
Click to hide internal directories.