--- title: ImageContentType - GraphQL Admin description: List of supported image content types. api_version: 2024-10 api_name: admin type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ImageContentType' md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ImageContentType.txt --- # Image​Content​Type enum List of supported image content types. ## Valid values * JPG A JPG image. * PNG A PNG image. * WEBP A WEBP image. *** ## Fields * [Image.​transformed​Src](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Image#field-transformedSrc) ARGUMENT Represents an image resource. * [Image​Transform​Input.​preferred​Content​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ImageTransformInput#field-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/admin-graphql/2024-10/input-objects/ImageTransformInput#field-preferredContentType) ### Arguments with this enum * <-|[Image.transformedSrc(preferredContentType)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Image#field-transformedSrc)