Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ImageFormat

ImageFormat represents the set of image formats that media can be converted into using Dynamic Imaging.

Index

Enumeration members

Enumeration members

BITMAP

BITMAP: = "bmp"

Bitmap (bmp) image format.

GIF

GIF: = "gif"

Graphics Interchange Format (gif) image format.

JPEG

JPEG: = "jpg"

JPEG (jpg) image format.

PNG

PNG: = "png"

Portable Network Graphics (png) image format.

WEBP

WEBP: = "webp"

WebP (webp) image format.

Generated using TypeDoc