0 Members and 1 Guest are viewing this topic.
You can draw everything onto a transparent sf::RenderTexture, then get the sf::Texture of your render texture, then copyToImage() and saveToFile().But if it is "a lot" larger than your window, you may be limited by the maximum texture size.
then get the sf::Texture of your render texture