Contents

ImageType

Image format type for an uploaded asset.

Declaration

string ImageType

Possible Values

JPEG

JPEG image format.

JPG

JPG image format.

PNG

PNG image format.

HEIC

HEIC (High Efficiency Image Container) format.

HEIF

HEIF (High Efficiency Image Format).

SVG

Scalable Vector Graphics format.

WEBP

WebP image format.

Discussion

The ImageType identifies the image file format of an Asset. The system infers the value from the uploaded file and returns it in the asset record. The API caller doesn’t set it directly.

Uploading through Upload Asset only accepts PNG, JPG, and HEIC files. The remaining values (JPEG, HEIF, SVG, WEBP) can appear on assets that were sourced or created outside this upload path.

See Also