---
title: MPSImageTranspose
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpsimagetranspose
---

# MPSImageTranspose

A filter that transposes an image.

## Declaration

```swift
class MPSImageTranspose
```

## Overview

Overview An MPSImageTranspose filter applies a matrix transposition to the source image by exchanging its rows with its columns.

## Relationships

### Inherits From

- [MPSUnaryImageKernel](metalperformanceshaders/mpsunaryimagekernel.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Image Manipulation Filters

- [MPSImageConversion](metalperformanceshaders/mpsimageconversion.md)
- [MPSImageScale](metalperformanceshaders/mpsimagescale.md)
- [MPSImageLanczosScale](metalperformanceshaders/mpsimagelanczosscale.md)
- [MPSImageBilinearScale](metalperformanceshaders/mpsimagebilinearscale.md)
