package
Version:
v0.17.3
Opens a new window with list of versions in this module.
Published: Aug 11, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Type represents an image format
const (
PNG Type = iota
JPEG
GIF
WEBP
TIFF
BMP
Invalid Type = -1
)
InferType attempts to guess a files image type based
on its filepath and fails if not possible
MimeType returns the image mimetype, used for sending the image over the web
Source Files
¶
Click to show internal directories.
Click to hide internal directories.