SFML community forums
General => Feature requests => Topic started by: rpgmaker on January 20, 2009, 02:29:06 am
-
Is possible to add Dest Width/Height for the Copy method for Image Class? I mean something like this
Image#Copy(Image img, IntRect dest_rect, IntRect src_rect)
rather than
Image#Copy(Image img, int destx, int desty, IntRect src_rect)
-
No, because it would require scaling the source image, which is another topic.