---
title: productionAperture
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avassetimagegenerator/aperturemode-swift.struct/productionaperture
---

# productionAperture

A mode that applies only pixel aspect ratio.

## Declaration

```swift
static let productionAperture: AVAssetImageGenerator.ApertureMode
```

## Discussion

Discussion The image isn’t cropped to the clean aperture region, but it’s scaled according to the pixel aspect ratio. Use this option when you want to see all the pixels in your video, including the edges.

## See Also

### Aperture modes

- [cleanAperture](avfoundation/avassetimagegenerator/aperturemode-swift.struct/cleanaperture.md)
- [encodedPixels](avfoundation/avassetimagegenerator/aperturemode-swift.struct/encodedpixels.md)
