SFML community forums
Help => Graphics => Topic started by: Voroz on March 19, 2010, 08:46:40 pm
-
Hi, is it possible to load vector art files? And if so, how?. The normal way:
if (!Image[4].LoadFromFile("Tree.eps"))
return 0;
sf::Sprite tree;
tree.SetImage(Image[4]);
does not work, says eps is not a known file type.
-
Vector images are not supported in SFML.
-
ok thanks.