<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIEdgePreserveUpsample",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIEdgePreserveUpsample"
  },
  "title" : "CIEdgePreserveUpsample"
}
-->

# CIEdgePreserveUpsample

The properties you use to configure an edge preserve upsample filter.

```
protocol CIEdgePreserveUpsample : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CIEdgePreserveUpsample/inputImage)

The image to use as an input image.

[`lumaSigma`](/documentation/CoreImage/CIEdgePreserveUpsample/lumaSigma)

A value that specifies the influence of the input image’s luma information on the upsampling operation.

[`smallImage`](/documentation/CoreImage/CIEdgePreserveUpsample/smallImage)

The image that the filter upsamples.

[`spatialSigma`](/documentation/CoreImage/CIEdgePreserveUpsample/spatialSigma)

A value that specifies the influence of the input image’s spatial information on the upsampling operation.

## See Also

[`edgePreserveUpsample()`](/documentation/CoreImage/CIFilter-swift.class/edgePreserveUpsample())

Creates a high-quality upscaled image.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)