---
title: bytesPerRow
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/ciimageprocessorinput/bytesperrow
---

# bytesPerRow

The bytes per row of the CPU memory that your Core Image Processor Kernel can read pixelsfrom.

## Declaration

```swift
var bytesPerRow: Int { get }
```

## See Also

### Getting Supplemental Information for Image Processing

- [region](coreimage/ciimageprocessorinput/region.md)
- [format](coreimage/ciimageprocessorinput/format.md)
