Tile Loop Start Node several rows

To process several rows Tile loop start is not enough.
Load 2 images with Image Reader, split the images into tiles using Tile Loop Start. Only the first row will be splitted.

tile_loop_start_bug.knwf (80.5 KB)

I @apoliti,
The Tile Loop Start node will split up one image per loop iteration, you need to connect a Loop End node if you want to collect all tiles as rows.

best,
Gabriel

2 Likes

Thanks. I now slowly understand how the looping in Knime works. I updated the title so that it is not confusing and removed the word bug.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.