---
title: properties
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/ciimage/properties
---

# properties

Returns the metadata properties dictionary of the image.

## Declaration

```swift
var properties: [String : Any] { get }
```

## Discussion

Discussion If the CIImage was created from NSURL or NSData then this dictionary is determined by calling CGImageSourceCopyPropertiesAtIndex(). If the CIImage was created with the properties option, then that dictionary is returned. If the CIImage was created by applying CIFilter or CIKernel then the properties of the root inputImage will be returned.

## See Also

### Getting Image Information

- [definition](coreimage/ciimage/definition.md)
- [extent](coreimage/ciimage/extent.md)
- [url](coreimage/ciimage/url.md)
- [colorSpace](coreimage/ciimage/colorspace.md)
- [orientationTransform(forExifOrientation:)](coreimage/ciimage/orientationtransform(forexiforientation:).md)
