Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML projects
»
How do I export coral draw file into sfml project?
Print
Pages: [
1
]
Author
Topic: How do I export coral draw file into sfml project? (Read 2689 times)
0 Members and 1 Guest are viewing this topic.
rajhansk
Newbie
Posts: 21
How do I export coral draw file into sfml project?
«
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 ?
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
Re: How do I export coral draw file into sfml project?
«
Reply #1 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.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML projects
»
How do I export coral draw file into sfml project?