# Functions
No description provided by the author
ParseFormat attempts to convert a string to a Format.
ParseQuality attempts to convert a string to a Quality.
ParseResizeMode attempts to convert a string to a ResizeMode.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
FormatBmp is a Format of type Bmp.
FormatGif is a Format of type Gif.
FormatJpeg is a Format of type Jpeg.
FormatPng is a Format of type Png.
FormatTiff is a Format of type Tiff.
QualityHigh is a Quality of type High.
QualityLow is a Quality of type Low.
QualityMedium is a Quality of type Medium.
ResizeModeFill is a ResizeMode of type Fill.
ResizeModeFit is a ResizeMode of type Fit.
# Variables
ErrUnsupportedFormat means the given image format is not supported.
# Type aliases
Format is an image file format.
No description provided by the author
ENUM(
high
medium
low
)
*/.
ENUM(
fit
fill
)
*/.