Difference between revisions of "Panorama GIMP plug-in"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Filled out the article and pointed to the photoshop page for documentation)
(→‎Download source code: svn is no longer used)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
'''PanTools''' is a gimp plugin with nearly identical functionality and layout to the Photoshop [[Panorama Tools Plugins]], it can be downloaded at the [http://panotools.sourceforge.net/ panotools sourceforge site].
 
'''PanTools''' is a gimp plugin with nearly identical functionality and layout to the Photoshop [[Panorama Tools Plugins]], it can be downloaded at the [http://panotools.sourceforge.net/ panotools sourceforge site].
  
[http://gimp.org/ The Gimp] is a [http://www.gnu.org/philosophy/free-sw.html Free Software] cross-platform image manipulation program.
+
The [[Gimp]] is a [http://www.gnu.org/philosophy/free-sw.html 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 [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].
  
[[Category:Software]]
+
 
 +
== Linux installation ==
 +
===Download source code===
 +
You can download source code ZIP file from https://sourceforge.net/code-snapshots/hg/p/pa/panotools/gimp-plugin/panotools-gimp-plugin-b5c97e7a28c52bae6a8f2b725deff7096ddeb7cf.zip and decompressing or
 +
by issuing command <pre>hg clone http://hg.code.sf.net/p/panotools/gimp-plugin panotools-gimp-plugin</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]]

Revision as of 16:25, 6 November 2018

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 ZIP file from https://sourceforge.net/code-snapshots/hg/p/pa/panotools/gimp-plugin/panotools-gimp-plugin-b5c97e7a28c52bae6a8f2b725deff7096ddeb7cf.zip and decompressing or

by issuing command

hg clone http://hg.code.sf.net/p/panotools/gimp-plugin panotools-gimp-plugin

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