GLImageItem

class pyqtgraph.opengl.GLImageItem(data, smooth=False)

Bases: GLGraphicsItem

Displays image data as a textured quad.

__init__(data, smooth=False)
Arguments:  
data Volume data to be rendered. Must be 3D numpy array (x, y, RGBA) with dtype=ubyte. (See functions.makeRGBA)
smooth (bool) If True, the volume slices are rendered with linear interpolation

Previous topic

GLVolumeItem

Next topic

GLMeshItem

This Page