---
title: image
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phprojecttypedescription/image
---

# image

An optional image associated with the project type in the picker.

## Declaration

```swift
@NSCopying var image: NSImage? { get }
```

## Discussion

Discussion PNG images with transparent backgrounds are recommended.

## See Also

### Describing a Project Type

- [projectType](photosui/phprojecttypedescription/projecttype.md)
- [localizedTitle](photosui/phprojecttypedescription/localizedtitle.md)
- [localizedDescription](photosui/phprojecttypedescription/localizeddescription.md)
- [localizedAttributedDescription](photosui/phprojecttypedescription/localizedattributeddescription.md)
- [subtypeDescriptions](photosui/phprojecttypedescription/subtypedescriptions.md)
- [canProvideSubtypes](photosui/phprojecttypedescription/canprovidesubtypes.md)
