---
title: CLKComplicationTemplateGraphicCircularImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccircularimage
---

# CLKComplicationTemplateGraphicCircularImage

A template for displaying a full-color circular image.

## Declaration

```swift
class CLKComplicationTemplateGraphicCircularImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicCircular family. Figure 1 shows the layout of the image and where the template might appear on the clock face.

The following table 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.  |  |   |  |   |  |   |  |   |  |  This template supports full-color images. The image provider automatically masks the image to a circle. 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(imageProvider:)](clockkit/clkcomplicationtemplategraphiccircularimage/init(imageprovider:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplategraphiccircularimage/imageprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplateGraphicCircular](clockkit/clkcomplicationtemplategraphiccircular.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Text and images

- [CLKComplicationTemplateGraphicCircularView](clockkit/clkcomplicationtemplategraphiccircularview.md)
- [CLKComplicationTemplateGraphicCircularStackImage](clockkit/clkcomplicationtemplategraphiccircularstackimage.md)
- [CLKComplicationTemplateGraphicCircularStackViewText](clockkit/clkcomplicationtemplategraphiccircularstackviewtext.md)
- [CLKComplicationTemplateGraphicCircularStackText](clockkit/clkcomplicationtemplategraphiccircularstacktext.md)
