Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
func NewGenerator(options GeneratorOptions) *Generator
func (*Generator) GenerateThumbnail ¶
func (*Generator) GenerateThumbnailJPEG ¶
type GeneratorOptions ¶
type GeneratorOptions struct {
MaxParallel int64
Interpolator draw.Interpolator
JPEGQuality int
}
Click to show internal directories.
Click to hide internal directories.