---
title: kCGImagePropertyProfileName
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyprofilename
---

# kCGImagePropertyProfileName

The name of the optional International Color Consortium (ICC) profile embedded in the image, if known.

## Declaration

```swift
let kCGImagePropertyProfileName: CFString
```

## Discussion

Discussion The value of this key is a CFString.

## See Also

### Color Information

- [kCGImagePropertyHasAlpha](imageio/kcgimagepropertyhasalpha.md)
- [kCGImagePropertyNamedColorSpace](imageio/kcgimagepropertynamedcolorspace.md)
- [kCGImagePropertyColorModel](imageio/kcgimagepropertycolormodel.md)
- [kCGImagePropertyColorModelRGB](imageio/kcgimagepropertycolormodelrgb.md)
- [kCGImagePropertyColorModelCMYK](imageio/kcgimagepropertycolormodelcmyk.md)
- [kCGImagePropertyColorModelGray](imageio/kcgimagepropertycolormodelgray.md)
- [kCGImagePropertyColorModelLab](imageio/kcgimagepropertycolormodellab.md)
