Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotSupported = stdError.New("File not supported")
ErrNotSupported returned by Parse when given file is not in a supported format
Functions ¶
Types ¶
type ImageOperation ¶ added in v0.18.0
ImageOperation is an operation that can be performed on an image and retun a modified version of it
func ChangeBackground ¶ added in v0.18.0
func ChangeBackground(bgColor color.Color) ImageOperation
ChangeBackground will change given image transparent background to given color
func Padding ¶ added in v0.18.0
func Padding(padding int) ImageOperation
Padding adds a padding based on given value
Click to show internal directories.
Click to hide internal directories.