Anchor to ImageContentTypeImage
ImageContentType
enum
List of supported image content types.
Anchor to Valid valuesValid values
- •
A JPG image.
- •
A PNG image.
- Anchor to WEBPWEBP•
A WEBP image.
Was this section helpful?
Anchor to FieldsFields
- •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?