---
title: VNImageCropAndScaleOption.scaleFillRotate90CCW
framework: vision
role: symbol
role_heading: Case
path: vision/vnimagecropandscaleoption/scalefillrotate90ccw
---

# VNImageCropAndScaleOption.scaleFillRotate90CCW

An option that rotates the image 90 degrees counterclockwise and then scales it to fill the input dimensions.

## Declaration

```swift
case scaleFillRotate90CCW
```

## Discussion

Discussion This option optimizes portrait images to fill into landscape buffers for algorithms that are rotation agnostic.

## See Also

### Crop and Scale Options

- [VNImageCropAndScaleOption.centerCrop](vision/vnimagecropandscaleoption/centercrop.md)
- [VNImageCropAndScaleOption.scaleFit](vision/vnimagecropandscaleoption/scalefit.md)
- [VNImageCropAndScaleOption.scaleFill](vision/vnimagecropandscaleoption/scalefill.md)
- [VNImageCropAndScaleOption.scaleFitRotate90CCW](vision/vnimagecropandscaleoption/scalefitrotate90ccw.md)
