The Center Crop Images node crops an image from its center to a specified width and height. It calculates the central region of the input image and extracts a rectangular area of the defined dimensions. If the requested crop size is larger than the image, the crop will be constrained to the image's boundaries.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `image` | The input image to be cropped. | IMAGE | Yes | - |
| `width` | The width of the crop area (default: 512). | INT | Yes | 1 to 8192 |
| `height` | The height of the crop area (default: 512). | INT | Yes | 1 to 8192 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The resulting image after the center crop operation. | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CenterCropImages/en.md)

---
**Source fingerprint (SHA-256):** `1b22529602e3aca816b583158c4bb5aa51de3478ac8068c2a69a3392fb12746f`
