Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationImage ¶
type TransformationCtx ¶
type TransformationCtx struct { Filters []gift.Filter DestinationImage *DestinationImage }
func GetContextFromString ¶
type TransformationOption ¶
type TransformationOption int
const ( Flip TransformationOption = iota + 1 Blur Brightness Contrast Fit // The gamma transformation works differently from brightness - while brightness shifts all pixel values equally, gamma correction applies a curve that affects midtones more than highlights and shadows. Gamma Rotate Saturation Sharpen Background Width Height Format Quality )
Click to show internal directories.
Click to hide internal directories.