Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2025 Changes in this version + func GetImageFromUrl(url string) (mimeType string, data string, err error) + func GetImageSize(image string) (width int, height int, err error) + func GetImageSizeFromBase64(encoded string) (width int, height int, err error) + func GetImageSizeFromUrl(url string) (width int, height int, err error) + func IsImageUrl(url string) (bool, error)