Hello Experts,
I am new in the field of plugin devlopment for GIMP . I need some sample application for window based environment or some good tutorial that can help me in learning how to create the GIMP plugin.
Writting a GIMP plug-in requires you learn some parts of the GIMP API.
You can have a good start there :
http://developer.gimp.org/writing-a-plug-in/1/index.html
and then, the best thing to do is to read source code of existing plug-ins, and also look at the API documentation :
http://developer.gimp.org/api/2.0/index.html
It is more easy to get a working plug-in that is close to what you want to do, then modify/transform it to fit your particular needs.
Writting a GIMP plug-in