Nodes/Jovimetrix/BIT SPLIT (JOV) ⭄
ComfyUI Node

BIT SPLIT (JOV) ⭄

Split an input into separate bits. BOOL, INT and FLOAT use their numbers, STRING is treated as a list of CHARACTER. IMAGE and MASK will return a TRUE bit for any non-black pixel, as a stream of bits for all pixels in the image.

By Amorano·Created 3 years ago·Updated 11 months ago· 397
BIT SPLIT (JOV) ⭄
  • VALUE
  • 🇴
BITS8
MSBfalse
CategoryJOVIMETRIX 🔺🟩🔵/CALC

Inputs (3)

NameTypeDefaultDescription
VALUEopt*the value to convert into bits
BITSoptINT81–64number of output bits requested
MSBoptBOOLEANfalsereturn the most signifigant bits (True) or least signifigant bits first

Outputs (2)

NameTypeDescription
*Bits as Numerical output (0 or 1)
🇴BOOLEANBits as Boolean output (True or False)