Documentation ¶ Index ¶ func ListDir(fsys fs.FS, path string) []string func SaveImage(filename, format string, img image.Image) error type ExtensionsType func (e *ExtensionsType) Set(s string) error func (e *ExtensionsType) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListDir ¶ func ListDir(fsys fs.FS, path string) []string func SaveImage ¶ func SaveImage(filename, format string, img image.Image) error saveImage saves an image.Image in the specified format Types ¶ type ExtensionsType ¶ type ExtensionsType struct { ValidValues []string Value string } func (*ExtensionsType) Set ¶ func (e *ExtensionsType) Set(s string) error func (*ExtensionsType) String ¶ func (e *ExtensionsType) String() string Source Files ¶ View all Source files enumFileType.goos.gosave.go Click to show internal directories. Click to hide internal directories.