Yotsuba Games
Back to Node List

IndexedImage Render

indexed_image_render

Renders an IndexedImage back to a normal Image.

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
ใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚น็”ปๅƒ
indexed_image
IndexedImage
Required
้€šๅธธ็”ปๅƒใธๆˆปใ—ใŸใ„ใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚น็”ปๅƒใงใ™ใ€‚
ไธŠๆ›ธใใƒ‘ใƒฌใƒƒใƒˆ
palette
Palette
ใ“ใฎๆ็”ปใ ใ‘ใซไฝฟใ†ใƒ‘ใƒฌใƒƒใƒˆใงใ™ใ€‚ๆœชๆŽฅ็ถšใชใ‚‰ใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚น็”ปๅƒๅ†…ใฎ่‰ฒ่กจใ‚’ไฝฟใ„ใพใ™ใ€‚

Output Ports

NameTypeDescription
็”ปๅƒ
image
Image
้€šๅธธ็”ปๅƒใจใ—ใฆๆ็”ปใ—ใŸ็ตๆžœใงใ™ใ€‚
ใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚น็”ปๅƒ
indexed_image
IndexedImage
ๅ…ƒใฎใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚น็”ปๅƒใ‚’ใใฎใพใพๆตใ—ใพใ™ใ€‚
ใƒ‘ใƒฌใƒƒใƒˆ
palette
Palette
ๆ็”ปใซไฝฟใฃใŸ่‰ฒ่กจใงใ™ใ€‚

What is it for?

  • Returning an IndexedImage to ordinary Image nodes
  • Previewing the result of replacing its color table
  • Connecting it to final output or existing filters

Overview

The output node that converts an indexed image back to a regular Image. After processing colors as indices plus a color table, use this conversion point to rejoin ordinary image filtering, compositing, and export workflows.

Usage tips

  • Place it at the end of an indexed workflow: image_to_indexed_image โ†’ (color operations) โ†’ indexed_image_render โ†’ regular image processing.
  • The palette input is a temporary override for this render only. To replace the color table in the indexed image itself, use indexed_image_apply_palette. Remembering this distinction makes graph design straightforward.

Related nodes

  • image_to_indexed_image โ€” the entry point
  • indexed_image_apply_palette โ€” permanently replaces the color table
  • preview / blend โ€” common destinations after conversion

Choosing between the nodes

  • IndexedImage Apply Palette replaces the color table in the indexed image itself.
  • The palette input on IndexedImage Render overrides it only for this render.

Examples

  1. Create an indexed image with Image To IndexedImage.
  2. If needed, replace its color table with IndexedImage Apply Palette.
  3. Convert it back to a regular image with IndexedImage Render.
  4. Connect it to Preview, an image filter, or an export node.
Back to Node List
IndexedImage Render โ€” PixPipeline Node Reference