---
title: fullSizeImage
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phlivephotoeditingcontext/fullsizeimage
---

# fullSizeImage

The unedited still photo content of the Live Photo.

## Declaration

```swift
var fullSizeImage: CIImage { get }
```

## Discussion

Discussion Use this property to display the unedited Live Photo’s photo content, or to provide still-image previews in your editing UI. note: For the best interactive editing performance, use a Metal, OpenGL, or OpenGL ES view and corresponding Core Image context to render editing results. See Processing Images in Core Image Programming Guide for details and examples. This image does not reflect the Live Photo’s orientation metadata. Adjust your rendering based on the orientation property to ensure that the image appears to the user in the correct orientation.

## See Also

### Examining an Editing Context’s Live Photo

- [duration](photos/phlivephotoeditingcontext/duration.md)
- [photoTime](photos/phlivephotoeditingcontext/phototime.md)
- [orientation](photos/phlivephotoeditingcontext/orientation.md)
