How to import vector graphics into a MFC project
-
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
-
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
If they are vector graphics, they are not gifs. Yes, they are called Metafiles. Good luck getting them to work.
-
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
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+.
-
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
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