Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Img ¶
func Img(dir string) <-chan DecodedImage
func ProcessImg ¶
func ProcessImg(dirs []string, concurrency int, processFn func(img DecodedImage))
Types ¶
type DecodedImage ¶
func (DecodedImage) Height ¶
func (i DecodedImage) Height() int
func (DecodedImage) Width ¶
func (i DecodedImage) Width() int
Click to show internal directories.
Click to hide internal directories.