OCR Project
Loading...
Searching...
No Matches
Image Struct Reference

Heap-allocated RGBA pixel buffer (row-major, 4 bytes per pixel). More...

#include <image.h>

Public Attributes

uint8_t * pixels
int width
int height

Detailed Description

Heap-allocated RGBA pixel buffer (row-major, 4 bytes per pixel).

Member Data Documentation

◆ height

int Image::height

Height in pixels.

◆ pixels

uint8_t* Image::pixels

Raw RGBA data, row-major.

◆ width

int Image::width

Width in pixels.


The documentation for this struct was generated from the following file: