--- title: ImageContentType - Storefront API description: List of supported image content types. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/ImageContentType md: https://shopify.dev/docs/api/storefront/unstable/enums/ImageContentType.md --- # Image​Content​Type enum List of supported image content types. ## Valid values * BMP A BMP image. * JPG A JPG image. * PNG A PNG image. * WEBP A WEBP image. *** ## Fields * [Image.​transformed​Src](https://shopify.dev/docs/api/storefront/unstable/objects/Image#field-Image.fields.transformedSrc.arguments.preferredContentType) ARGUMENT Represents an image resource. * [Image​Transform​Input.​preferred​Content​Type](https://shopify.dev/docs/api/storefront/unstable/input-objects/ImageTransformInput#fields-preferredContentType) INPUT OBJECT The available options for transforming an image. All transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored. *** ## Map ### Inputs with this enum * [Image​Transform​Input.preferredContentType](https://shopify.dev/docs/api/storefront/unstable/input-objects/ImageTransformInput#fields-preferredContentType) ### Arguments with this enum * <-|[Image.transformedSrc(preferredContentType)](https://shopify.dev/docs/api/storefront/unstable/objects/Image#field-Image.fields.transformedSrc.arguments.preferredContentType)