Re: [Gimp-developer] Panorama Previewer plug-in

2007-04-16 Thread Sven Neumann
Hi,

On Fri, 2007-04-13 at 15:30 -0500, Leon Moctezuma wrote:

 How can I make it run as a plug-in...?

developer.gimp.org has pointers to tutorials and to the API reference
manual. The gimp source code contains more than hundred plug-ins that
can be used as code examples.

Since you want to use OpenGL, you will also want to look at gtkglext
(http://www.k-3d.org/gtkglext/Main_Page)


Sven



___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Panorama Previewer plug-in

2007-04-13 Thread Michael Schumacher
Leon Moctezuma wrote:

 Hi I'm an student applying for Google Summer of Code,

Hi Leon,

I did notice (at http://code.google.com/soc/pano/about.html) that you
got accepted for GSoC - congrats and best wishes for success.

 we are looking to make of FreePV something unique
 and we wonder if it's posible to write a panorama
 previewer using libgimp.

libgimp is supposed to be used by GIMP plugins - you can't use it in a
different program to get GIMP's capabilities added to this.

But maybe you didn't want to do this and want to create a GIMP plug-in
or make it possible for FreePV to be run as a plug-in, like for example
it is  possible with XSane?


Regards,
Michael

-- 
GIMP  http://www.gimp.org  | IRC: irc://irc.gimp.org/gimp
Wiki  http://wiki.gimp.org | .de: http://gimpforum.de
Plug-ins  http://registry.gimp.org |
___
Gimp-developer mailing list
[EMAIL PROTECTED]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Panorama Previewer plug-in

2007-04-13 Thread Leon Moctezuma

Michael Schumacher  wrote:


I did notice (at http://code.google.com/soc/pano/about.html) that you
got accepted for GSoC - congrats and best wishes for success.



Thanks Michael, I'm very excited with this project
and I'll do anything to make it success

But maybe you didn't want to do this and want to create a GIMP plug-in

or make it possible for FreePV to be run as a plug-in, like for example
it is  possible with XSane?



Yes, I want to make it run as a plug-in, the actual implementation of
freepv uses OpenGL and if I'm not wrong I can use gtk+ to render with
OpenGL..

How can I make it run as a plug-in...? I want to use the image in the
workspace
of gimp to build the panorama in OpenGL to preview the final result
Do you have any article or reference? where I can read about this?

Regards
Leon
___
Gimp-developer mailing list
[EMAIL PROTECTED]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


[Gimp-developer] Panorama Previewer plug-in

2007-04-08 Thread Leon Moctezuma

Hi I'm an student applying for Google Summer of Code,
my mentor organization is hugin/panotools,
if I'm accepted I will be working in FreePV
http://freepv.sourceforge.net/a panoramic
viewer, which only has at this moment a stand alone
and mozilla plug-in implementation (OpenGL/C++),
we are looking to make of FreePV something unique
and we wonder if it's posible to write a panorama
previewer using libgimp.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer