Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Legendier

Pages: [1]
1
Graphics / Re: Resizing image
« on: March 19, 2023, 04:05:22 am »
I figured it out.

I edited an sf::sprite of the image and using sf::RenderTexture got the image from the sprite.

2
Graphics / Resizing image
« on: March 18, 2023, 10:33:28 pm »
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.

Pages: [1]