---
title: scale
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cilanczosscaletransform/scale
---

# scale

The scaling factor to use on the image.

## Declaration

```swift
var scale: Float { get set }
```

## Discussion

Discussion Values less than 1.0 scale down the images. Values greater than 1.0 scale up the image.

## See Also

### Instance Properties

- [aspectRatio](coreimage/cilanczosscaletransform/aspectratio.md)
- [inputImage](coreimage/cilanczosscaletransform/inputimage.md)
