简体   繁体   中英

How to build a GIMP plug-in with Visual Studio?

I am going to develop an application for android using the GEGL library of GIMP. I am using visual studio 10. how to build the plugin with visual studio? what are the steps? how to run a GIMP project and debug? I have also come across GIMPVS. please enlighten me about this.

Also, can anybody suggest any tutorial for developing APIs in C using GEGL library?

You will need to be a bit more specific:)

When I compile GIMP plugins on windows, I simply download the libgimp headers and lib files from the gimp-win sourceforge project (they don't seem to be available for 2.6 though, try asking on the GIMP irc , download the gtk+ headers and libs from the gtk+ site , and compile as I would compile any other program.

I guess you can do the same for GEGL, although you'd probably have to compile gegl yourself since I don't remember seeing any gegl distribution for windows. In order to compile GEGL, you will need

  1. a mingw/msys environment
  2. Binaries and Development headers of Gtk+ and babl (You may have to compile babl yourself).

You can refer to the GEGL website for instructions about that. Again, more details on what you are trying to achieve would help:) You can refer to my website on the page about compiling gimp on windows , to find instructions which will help you compile gegl and friends on windows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM