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.
BIT SPLIT (JOV) ⭄
- VALUE
- 🇴
◄BITS8►
◄MSBfalse►
CategoryJOVIMETRIX 🔺🟩🔵/CALC
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| VALUEopt | * | the value to convert into bits | |
| BITSopt | INT | 81–64 | number of output bits requested |
| MSBopt | BOOLEAN | false | return the most signifigant bits (True) or least signifigant bits first |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| * | Bits as Numerical output (0 or 1) | |
| 🇴 | BOOLEAN | Bits as Boolean output (True or False) |