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

Author Topic: sf::Image::Draw(sf::Drawable) <- Add this function!  (Read 3410 times)

0 Members and 1 Guest are viewing this topic.

Jallen

  • Newbie
  • *
  • Posts: 40
    • View Profile
sf::Image::Draw(sf::Drawable) <- Add this function!
« on: July 01, 2010, 05:52:05 pm »
Recently when making This I had to write my own line drawing function because I was unable to draw to an sf::Image.

Being able to draw to sf::Image would be a serious improvement I feel, it would definitely be an improvement to SFML. In fact I found it quite strange that I couldn't draw to an sf::Image.

Thanks.

gsaurus

  • Sr. Member
  • ****
  • Posts: 262
    • View Profile
    • Evolution Engine
sf::Image::Draw(sf::Drawable) <- Add this function!
« Reply #1 on: July 01, 2010, 06:22:56 pm »
It's possible on SFML 2.x with the class sf::RenderImage
Pluma - Plug-in Management Framework

 

anything