<aside> 🛠

Put One Image Back Into a List — Replace by Index


The mirror of List Extract: instead of pulling one image out of a list, List Inject replaces the image at a specific position with a new one and passes the modified list downstream. Automatically resizes the replacement to fit the frame with three fit modes (cover, contain, stretch). Perfect for "extract → process → inject" pipelines where you pull one item out, enhance it, and slot it back into the original sequence.

</aside>


What it does

List Inject takes an image list and a replacement image, and returns a new list where the image at the specified 0-based index has been swapped out for the replacement. All other images in the list pass through unchanged. If the replacement image is a different resolution than the list's frame size, the tool automatically resizes it using the fit mode you choose. Result: the same list, minus one item, plus the new one — ready to feed into any downstream node that consumes a list (video reassembly, batch processors, list-based viewers).

Problem it solves

Input/Output

<aside>



</aside>

How to Use

  1. Connect the source list → Wire the image list into the top input port
  2. Connect the replacement image → Wire the single image you want to inject into the second input port
  3. Set the target index → Drag the slider (or type a value) to pick which item to replace. 0 = first item.
  4. Pick a fit mode → Choose cover (default), contain, or stretch based on how you want the replacement resized