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