Skip to main content
Log inSign up
enum

List of supported image content types.

•

A JPG image.

•

A PNG image.

•

A WEBP image.


Was this section helpful?

•
INPUT OBJECT

Convert the source image into the preferred content type. Supported conversions: .svg to .png, any file type to .jpg, and any file type to .webp.

•
ARGUMENTDeprecated

Best effort conversion of image into content type (SVG -> PNG, Anything -> JPG, Anything -> WEBP are supported).


Was this section helpful?