Documentation ¶
Index ¶
- func CanSave(path string) bool
- func Close(file *os.File)
- func ConvertToNRGBA(img image.Image) *image.NRGBA
- func CreateOutputPath(originalPath, label string) string
- func ExistsFile(path string) (bool, error)
- func FlipImage(img *image.RGBA) *image.RGBA
- func GetAppRootDir() string
- func JoinIntsWithComma(ints []int) string
- func JoinSlice(slice []interface{}) string
- func LoadImage(path string) (*image.Image, error)
- func LoadImageFromResources(resources embed.FS, fileName string) (*image.Image, error)
- func LoadWalkIcon(resources embed.FS, imagePath string, dpi int) (*walk.Icon, error)
- func Open(path string) (*os.File, error)
- func ReadText(path string) (string, error)
- func RemoveFromSlice[S ~[]E, E comparable](slice S, value E) []E
- func SplitCommaSeparatedInts(s string) ([]int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOutputPath ¶
func JoinIntsWithComma ¶
func LoadImageFromResources ¶
ReadIconFile アイコンファイルの読み込み
func LoadWalkIcon ¶
LoadWalkIcon 画像ファイルの読み込み
func RemoveFromSlice ¶
func RemoveFromSlice[S ~[]E, E comparable](slice S, value E) []E
func SplitCommaSeparatedInts ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.