Help => Graphics => Topic started by: TheArmoredPanda on September 17, 2023, 09:17:08 pm
Title: Issue with converting Texture to Image
Post by: TheArmoredPanda on September 17, 2023, 09:17:08 pm
Hello I am trying to convert from a texture to an image, and I have combed the sfml forums and sfml documentation and the only answer given is texture.copyFromImage(). However, this does not work, as I get an error message claiming class"sf::RenderTexture" has no member "copyFromImage". In order to make sure I wasnt missing something, I included every Sfml graphics header file. Has sfml been updated or am I doing something wrong?
Title: Re: Issue with converting Texture to Image
Post by: Ruckamongus on September 18, 2023, 12:38:39 am