SFML community forums
Help => Graphics => Topic started by: dydya-stepa on October 23, 2011, 03:16:25 pm
-
is there something out of the box in sfml 2.0 ?
-
Nop. But why do you want to do that? If it's for drawing, you'd better apply a scale to the corresponding sprite.
-
i want to create a texture atlas - combine several images into one image. algorithm may scale images a bit if they do not fit. i can't change the algorithm - 3rd party library.