Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
ThumbnailTypes []ThumbnailSettings
}
type ThumbnailSettings ¶
type Thumbnailer ¶
type Thumbnailer struct {
// contains filtered or unexported fields
}
func NewThumbnailer ¶
func NewThumbnailer(thumnnailTypes []ThumbnailSettings) *Thumbnailer
func (*Thumbnailer) Close ¶
func (t *Thumbnailer) Close()
func (*Thumbnailer) ProcessOne ¶
func (t *Thumbnailer) ProcessOne(filePath string) ([]byte, error)
func (*Thumbnailer) Push ¶
func (t *Thumbnailer) Push(filePath string)
func (*Thumbnailer) ResultChan ¶
func (t *Thumbnailer) ResultChan() <-chan []byte
func (*Thumbnailer) StartWorkers ¶
func (t *Thumbnailer) StartWorkers()
Click to show internal directories.
Click to hide internal directories.