---
title: exifData
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsbitmapimagerep/propertykey/exifdata
---

# exifData

Identifies an NSDictionary object containing the EXIF data for the image.

## Declaration

```swift
static let exifData: NSBitmapImageRep.PropertyKey
```

## Discussion

Discussion This property is used only when reading or writing JPEG files. The dictionary contains the EXIF keys and values. The standard dictionary keys (that is, those that are not specific to camera vendors) are identical to those for kCGImagePropertyExifDictionary declared in the CGImageSource API. See kCGImagePropertyExifDictionary Keys for details.

## See Also

### Bitmap Properties

- [colorSyncProfileData](appkit/nsbitmapimagerep/propertykey/colorsyncprofiledata.md)
- [compressionFactor](appkit/nsbitmapimagerep/propertykey/compressionfactor.md)
- [compressionMethod](appkit/nsbitmapimagerep/propertykey/compressionmethod.md)
- [currentFrame](appkit/nsbitmapimagerep/propertykey/currentframe.md)
- [currentFrameDuration](appkit/nsbitmapimagerep/propertykey/currentframeduration.md)
- [ditherTransparency](appkit/nsbitmapimagerep/propertykey/dithertransparency.md)
- [fallbackBackgroundColor](appkit/nsbitmapimagerep/propertykey/fallbackbackgroundcolor.md)
- [frameCount](appkit/nsbitmapimagerep/propertykey/framecount.md)
- [gamma](appkit/nsbitmapimagerep/propertykey/gamma.md)
- [interlaced](appkit/nsbitmapimagerep/propertykey/interlaced.md)
- [loopCount](appkit/nsbitmapimagerep/propertykey/loopcount.md)
- [progressive](appkit/nsbitmapimagerep/propertykey/progressive.md)
- [rgbColorTable](appkit/nsbitmapimagerep/propertykey/rgbcolortable.md)
