Panorama Gimp plug-in
m (gimp link) |
(Linux installation of Plugin) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 5: | Line 5: | ||
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]] | ||
Latest 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.
Contents |
[edit] Linux installation
[edit] 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 commandsvn co https://panotools.svn.sourceforge.net/svnroot/panotools/trunk/gimp-plugin-ng panotools-gimp-plugin-ngwhich will make copy of relevant part of source code repository.
[edit] Compile
./autogen.sh ./configure make sudo make.install
[edit] 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