ImageFormat uses ConstantsTrait
Enumeration that defines various image formats supported by the application.
Ex: ImageFormat::AVIF -> 'avif'
Tags
Table of Contents
Constants
- AVIF = 'avif'
- BMP = 'bmp'
- CUR = 'cur'
- GIF = 'gif'
- HEIC = 'heic'
- HEIF = 'heif'
- ICO = 'ico'
- JPEG = 'jpeg'
- JPG = 'jpg'
- PNG = 'png'
- SVG = 'svg'
- TIF = 'tif'
- TIFF = 'tiff'
- WEBP = 'webp'
Constants
AVIF
public
mixed
AVIF
= 'avif'
BMP
public
mixed
BMP
= 'bmp'
CUR
public
mixed
CUR
= 'cur'
GIF
public
mixed
GIF
= 'gif'
HEIC
public
mixed
HEIC
= 'heic'
HEIF
public
mixed
HEIF
= 'heif'
ICO
public
mixed
ICO
= 'ico'
JPEG
public
mixed
JPEG
= 'jpeg'
JPG
public
mixed
JPG
= 'jpg'
PNG
public
mixed
PNG
= 'png'
SVG
public
mixed
SVG
= 'svg'
TIF
public
mixed
TIF
= 'tif'
TIFF
public
mixed
TIFF
= 'tiff'
WEBP
public
mixed
WEBP
= 'webp'