<!--
{
  "availability" : [
    "watchOS: 5.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicRectangularLargeImage"
  },
  "title" : "CLKComplicationTemplateGraphicRectangularLargeImage"
}
-->

# CLKComplicationTemplateGraphicRectangularLargeImage

A template for displaying a large rectangle containing header text and an image.

```
class CLKComplicationTemplateGraphicRectangularLargeImage
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicRectangular`](/documentation/ClockKit/CLKComplicationFamily/graphicRectangular) family. [Figure 1](/documentation/clockkit/clkcomplicationtemplategraphicrectangularlargeimage#3034025) shows the layout of the image and where the template might appear on the clock face.

![Diagram of a watch face showing the layout of a rectangular large image template.](images/com.apple.clockkit/media-3034025@2x.png)

The table below lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size.

|Apple Watch Size|Width     |Height    |
|----------------|----------|----------|
|40 mm           |300 pixels|94 pixels |
|41 mm           |318 pixels|100 pixels|
|44 mm           |342 pixels|108 pixels|
|45 mm           |357 pixels|112 pixels|

This template supports full-color images. The image provider automatically masks the image to a rounded rectangle with a 8-pixel corner radius.

Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see `Supporting Multiple Watch Sizes`.

## Topics

### Creating the Template

[`init(textProvider:imageProvider:)`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage/init(textProvider:imageProvider:))

Creates a new template with a text provider and an image provider.

[`templateWithTextProvider:imageProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage/templateWithTextProvider:imageProvider:)

Creates a new template with a text provider and an image provider.

### Setting the Complication Data

[`textProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage/textProvider)

The header text to display in the complication.

[`imageProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularLargeImage/imageProvider)

The image to display.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)