Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LossyWebpStrategy ¶
type LossyWebpStrategy struct {
Quality int
}
func NewLossyWebpStrategy ¶
func NewLossyWebpStrategy(quality int) (*LossyWebpStrategy, error)
func (*LossyWebpStrategy) Compress ¶
func (l *LossyWebpStrategy) Compress(img image.Image) (image.Image, types.ImageMetadata, error)
func (*LossyWebpStrategy) GetFormat ¶
func (l *LossyWebpStrategy) GetFormat() string
func (*LossyWebpStrategy) ValidateParams ¶
func (p *LossyWebpStrategy) ValidateParams() error
Click to show internal directories.
Click to hide internal directories.