---
title: "oriented(_:)"
framework: coreimage
role: symbol
role_heading: Instance Method
path: "coreimage/ciimage/oriented(_:)"
---

# oriented(_:)

Transforms the original image by a given orientation.

## Declaration

```swift
func oriented(_ orientation: CGImagePropertyOrientation) -> CIImage
```

## Discussion

Discussion Returns a new image representing the original image transformed for the given CGImagePropertyOrientation.

## See Also

### Working with Orientation

- [orientationTransform(for:)](coreimage/ciimage/orientationtransform(for:).md)
