I am doing a project which use sfml to generate large image.
I used rendertexture for tile then save it as a image file.
The problem is rendertexture limited size to 8192x8192
Is it possible to use more than one rendertexture and merge it to a single image.
Or it has better solution?