Difference between revisions of "Panorama GIMP plug-in"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (remove incomplete Category:Software)
(Linux installation of Plugin)
Line 4: Line 4:
  
 
The gimp plugin was originally created by [[Helmut Dersch]] and is available for both Unix and Windows platforms.  Current development including help documentation and an autotools-based build system is taking place in the '''gimp-plugin-ng''' CVS module at [http://sourceforge.net/projects/panotools sourceforge].
 
The gimp plugin was originally created by [[Helmut Dersch]] and is available for both Unix and Windows platforms.  Current development including help documentation and an autotools-based build system is taking place in the '''gimp-plugin-ng''' CVS module at [http://sourceforge.net/projects/panotools sourceforge].
 +
 +
 +
== Linux installation ==
 +
===Download source code===
 +
You can download source code tarball from http://panotools.svn.sourceforge.net/viewvc/panotools/trunk/gimp-plugin-ng/?view=tar and decompressing  or
 +
by issuing command <pre>svn co https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/gimp-plugin-ng  panotools-gimp-plugin-ng </pre> which will make copy of relevant part of source code repository.
 +
===Compile===
 +
<pre>
 +
./autogen.sh
 +
./configure
 +
make
 +
sudo make.install
 +
</pre>
 +
===Usage===
 +
Plugin works just for layers without alpha channel.  Tested with Gimp 2.6.12
 +
Some sample wokflow  in [[Edit zenith and nadir in one go with Adjust filter]] article
 +
 +
  
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Windows]]

Revision as of 23:04, 2 September 2012

PanTools is a gimp plugin with nearly identical functionality and layout to the Photoshop Panorama Tools Plugins, it can be downloaded at the panotools sourceforge site.

The Gimp is a Free Software cross-platform image manipulation program.

The gimp plugin was originally created by Helmut Dersch and is available for both Unix and Windows platforms. Current development including help documentation and an autotools-based build system is taking place in the gimp-plugin-ng CVS module at sourceforge.


Linux installation

Download source code

You can download source code tarball from http://panotools.svn.sourceforge.net/viewvc/panotools/trunk/gimp-plugin-ng/?view=tar and decompressing or

by issuing command

svn co https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/gimp-plugin-ng  panotools-gimp-plugin-ng 

which will make copy of relevant part of source code repository.

Compile

./autogen.sh 
./configure
make
sudo make.install

Usage

Plugin works just for layers without alpha channel. Tested with Gimp 2.6.12 Some sample wokflow in Edit zenith and nadir in one go with Adjust filter article