So I have a little program that takes an .png image makes a few modifications and saves it to a file. and it works fine and all but I would like if it could set all the images to a certain size but there doesn't seem to be a function for resizing images. is there an easy way to resize an image, like sf::Sprite::setScale? or do I have to make my own function for it.