Oihana PHP

ImageFormat uses ConstantsTrait

Enumeration that defines various image formats supported by the application.

Ex: ImageFormat::AVIF -> 'avif'

Tags
author

Marc Alcaraz (ekameleon)

since
1.0.0

Table of Contents

Constants

AVIF  : string = 'avif'
BMP  : string = 'bmp'
CUR  : string = 'cur'
GIF  : string = 'gif'
HEIC  : string = 'heic'
HEIF  : string = 'heif'
ICO  : string = 'ico'
JPEG  : string = 'jpeg'
JPG  : string = 'jpg'
PNG  : string = 'png'
SVG  : string = 'svg'
TIF  : string = 'tif'
TIFF  : string = 'tiff'
WEBP  : string = 'webp'

Constants

On this page

Search results