Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to import vector graphics into a MFC project

How to import vector graphics into a MFC project

Scheduled Pinned Locked Moved C / C++ / MFC
graphicsadobec++tutorialquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    D_code_writer
    wrote on last edited by
    #1

    Hey Guys, I'm working on an SDI project that uses some gif import files. This comes from artwork done with Adobe Illustrator. I am wondering is it possible to import vector graphics into an MFC project and illustrate them? Best Regards Danny Nowlan

    C M 3 Replies Last reply
    0
    • D D_code_writer

      Hey Guys, I'm working on an SDI project that uses some gif import files. This comes from artwork done with Adobe Illustrator. I am wondering is it possible to import vector graphics into an MFC project and illustrate them? Best Regards Danny Nowlan

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      If they are vector graphics, they are not gifs. Yes, they are called Metafiles.  Good luck getting them to work.

      1 Reply Last reply
      0
      • D D_code_writer

        Hey Guys, I'm working on an SDI project that uses some gif import files. This comes from artwork done with Adobe Illustrator. I am wondering is it possible to import vector graphics into an MFC project and illustrate them? Best Regards Danny Nowlan

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        If the vector part is where you're confused, if you have raster images that are gifs, read my articles on how to use GDI+.

        1 Reply Last reply
        0
        • D D_code_writer

          Hey Guys, I'm working on an SDI project that uses some gif import files. This comes from artwork done with Adobe Illustrator. I am wondering is it possible to import vector graphics into an MFC project and illustrate them? Best Regards Danny Nowlan

          M Offline
          M Offline
          Maximilien
          wrote on last edited by
          #4

          I'm Confused, are you importing GIF files or Illustrator native files ( vector )? if they are GIF, there are tons of code that can be found here or with google that will do this. if they are Illustrator file, then you will have to do a bit more coding to support vector display in your application, and vector file import; I don't know if Adobe has a SDK to read those files.


          Maximilien Lincourt Your Head A Splode - Strong Bad

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups