Isaac RGBA to RGB

Converts a RGBA image buffer into RGB

Installation

To use this Node, you must enable omni.isaac.core_nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

execIn

execution

The input execution port

data

uchar[]

Buffer rgba array data

[]

width

uint

Buffer array width

height

uint

Buffer array height

encoding

token

Encoding as a token

rgba8

bufferSize

uint

Size (in bytes) of the buffer (0 if the input is a texture)

swhFrameNumber

uint64

Frame number

Outputs

Name

Type

Description

Default

execOut

execution

Output execution triggers when conversion complete

data

uchar[]

Buffer rgb array data

[]

encoding

token

Encoding as a token

width

uint

Buffer array width, same as input

height

uint

Buffer array height, same as input

bufferSize

uint

Size (in bytes) of the buffer (0 if the input is a texture)

swhFrameNumber

uint64

Frame number