---
title: MPSImageBilinearScale
framework: metalperformanceshaders
role: symbol
role_heading: Class
path: metalperformanceshaders/mpsimagebilinearscale
---

# MPSImageBilinearScale

A filter that resizes and changes the aspect ratio of an image using Bilinear resampling.

## Declaration

```swift
class MPSImageBilinearScale
```

## Topics

### Initializers

- [init(coder:device:)](metalperformanceshaders/mpsimagebilinearscale/init(coder:device:).md)
- [init(device:)](metalperformanceshaders/mpsimagebilinearscale/init(device:).md)

## Relationships

### Inherits From

- [MPSImageScale](metalperformanceshaders/mpsimagescale.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)
- [MPSImageTranspose](metalperformanceshaders/mpsimagetranspose.md)
