Documentation ¶
Overview ¶
Package processor Handle image processing, including resizing, converting and stripping unwanted metadata.
Package processor Add support for imaginary imge processing service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImaginaryProcessor ¶
type ImaginaryProcessor struct { URL string // contains filtered or unexported fields }
ImaginaryProcessor define imaginary processor settings.
func NewImaginary ¶
func NewImaginary(conf config.Config) (*ImaginaryProcessor, error)
NewImaginary instantiate a new imaginary instance with given config.
type LocalProcessor ¶
type LocalProcessor struct{}
LocalProcessor process images directly in traefik itself, unsupported with interpreter limitations.
Click to show internal directories.
Click to hide internal directories.