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

Author Topic: How do I export coral draw file into sfml project?  (Read 2050 times)

0 Members and 1 Guest are viewing this topic.

rajhansk

  • Newbie
  • *
  • Posts: 21
    • View Profile
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 ?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything