SFML community forums

General => SFML projects => Topic started by: rajhansk on October 22, 2017, 09:19:56 am

Title: How do I export coral draw file into sfml project?
Post by: rajhansk on October 22, 2017, 09:19:56 am
I am making a simple project and in that I have to import only the drawn part into a window that means I do not want the white background. How do I import this to sfml window ?

what classes should I use ? and How do I do this ?
Title: Re: How do I export coral draw file into sfml project?
Post by: eXpl0it3r on October 22, 2017, 11:37:35 am
At best, export it to a PNG, it supports transparent colors, is a compressed but lossless format and well supported not only by SFML.