[Gimp-developer] help us on our project

2005-03-15 Thread shashi kumar
hello sir/mam, we r students of final year engineering
studing in national institute of
engineering,mysore,karnataka,India.

sir we r doing a project on pattern recognition in
image processing.we have chosen linux as platform.we
came to know about GIMP and GIMP-PLUGINS.
sir we have some questions reguarding this
1what r plugins  how can they be used in our
project?
2where and how to write plugins to handle images and
extract pixel values after selecting a particular area
in an image, and how to compile and run them in GIMP?
can u plz help us about this sir.
3how to compile a plugin and load a plugin?
4how to write a plug-in to load an image into the
image viewer of gimp and access(pixel values) a
selected region
thank u sir/mam



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] help us on our project

2005-03-15 Thread Sven Neumann
Hi,

Michael Schumacher [EMAIL PROTECTED] writes:

 I think this is a request for advice on how to create a file
 loading/saving plug-in (registering the handlers for file type
 etc...). AFAIK there is no template for this (wasn't there an
 enhancement request for this?). It should be possible to use
 existing plug-ins as an example, though.

The only purpose of the plug-in template is to help people that are
trying to create complex plug-ins to get the build system right. It is
complete overkill for 95% of all plug-ins and definitely for any file
plug-in I can think of.

The API reference at http://developer.gimp.org/ is what we should
point developers too. The plug-in template only comes into the game if
the plug-in becomes large.


Sven
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer