--- title: CropRegion - GraphQL Admin description: The part of the image that should remain after cropping. 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/CropRegion' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CropRegion.txt' --- # Crop​Region enum The part of the image that should remain after cropping. ## Valid values * BOTTOM Keep the bottom of the image. * CENTER Keep the center of the image. * LEFT Keep the left of the image. * RIGHT Keep the right of the image. * TOP Keep the top of the 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.​crop](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ImageTransformInput#field-crop) 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. ### Deprecated fields * [Collection.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Collection#field-image) ARGUMENT Deprecated * [Comment​Event​Attachment.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/CommentEventAttachment#field-image) ARGUMENT Deprecated * [Draft​Order​Line​Item.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DraftOrderLineItem#field-image) ARGUMENT Deprecated * [Line​Item.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItem#field-image) ARGUMENT Deprecated * [Order​Transaction.​payment​Icon](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/OrderTransaction#field-paymentIcon) ARGUMENT Deprecated * [Product.​images](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Product#field-images) ARGUMENT Deprecated * [Product​Variant.​image](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ProductVariant#field-image) ARGUMENT Deprecated * [Shop.​product​Images](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Shop#field-productImages) ARGUMENT Deprecated *** ## Map ### Inputs with this enum * [Image​Transform​Input.crop](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ImageTransformInput#field-crop) ### Arguments with this enum * <-|[Image.transformedSrc(crop)](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Image#field-transformedSrc)