Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func GetImageFromClipboard() ([]byte, string, error) func ImagePreview(width int, filename string) (string, error) func ImageToBytes(image image.Image) ([]byte, error) func ToString(width int, img image.Image) string func ValidateFileSize(filePath string, sizeLimit int64) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetImageFromClipboard ¶ added in v0.0.51 func GetImageFromClipboard() ([]byte, string, error) func ImagePreview ¶ func ImagePreview(width int, filename string) (string, error) func ImageToBytes ¶ added in v0.0.51 func ImageToBytes(image image.Image) ([]byte, error) func ToString ¶ func ToString(width int, img image.Image) string func ValidateFileSize ¶ func ValidateFileSize(filePath string, sizeLimit int64) (bool, error) Types ¶ This section is empty. Source Files ¶ View all Source files clipboard_unix.goimages.go Click to show internal directories. Click to hide internal directories.