Here's one of them brain foods...
How to vertically flip raster?
Right now, my idea is to extract numbers of columns. Tile whole raster by number of columns (RasterTiler), offset them by _columns-column_number and mosaick them (RasterMosaicker). And that works...
But that can be a really long proces (depending on dimensions of raster). Does anybody have any less time consuming idea?