Hi
I have loads of sprites, all derived from large tiles using SetSubRect. Now I need to be able to save to file each of these sprites. I can do a mySprite.getTexture and copy this to an sf::Image...but this is the entire tile for this sprite - not just the data for the small sub-rect.
Any ideas how to achieve this??
Many Thanks
Ed