How to cut image of 5x5 from 1024x1086 image size

I showed some time ago how this can be done with a graph.

But as I know understood you want certain 5x5 windows and not split the whle image into 5x5 pieces.
For the manually selected regions you can set pins at the center and then use the pixel extraction tool (Raster / Export / Extract Pixel Values)
There you can specify a window and you can enable the export of sub-scenes with a specified border size.

The other option is to write a python script which usees GPF and configures the Subset operator.

2 Likes