---
title: bufferPixelsHigh()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/qcplugininputimagesource/bufferpixelshigh()
---

# bufferPixelsHigh()

Returns the height of the image buffer representation.

## Declaration

```swift
func bufferPixelsHigh() -> Int
```

## Return Value

Return Value The height, expressed in pixels.

## See Also

### Getting Image Buffer Information

- [imageBounds()](quartz/qcplugininputimagesource/imagebounds().md)
- [bufferPixelsWide()](quartz/qcplugininputimagesource/bufferpixelswide().md)
- [bufferPixelFormat()](quartz/qcplugininputimagesource/bufferpixelformat().md)
- [bufferColorSpace()](quartz/qcplugininputimagesource/buffercolorspace().md)
- [bufferBaseAddress()](quartz/qcplugininputimagesource/bufferbaseaddress().md)
- [bufferBytesPerRow()](quartz/qcplugininputimagesource/bufferbytesperrow().md)
