Difference between revisions of "Panoglview"

From PanoTools.org Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Panoglview.png|thumb|200px|panoglview on Linux]]'''panoglview''' is an OpenGL hardware accelerated immersive viewer for [[equirectangular]] images, originally created by  
+
[[Image:Panoglview.png|thumb|200px|panoglview on Linux]]'''panoglview''' is an OpenGL hardware accelerated immersive viewer for [[equirectangular]] images, originally created by Fabian Wenzel and currently hosted on the [http://sf.net/projects/hugin hugin sourceforge site].
Fabian Wenzel and currently hosted on the [http://sf.net/projects/hugin hugin sourceforge site].
 
  
 
The license for '''panoglview''' is the [http://www.gnu.org/copyleft/gpl.html#SEC1 GNU General Public License (GPL)].
 
The license for '''panoglview''' is the [http://www.gnu.org/copyleft/gpl.html#SEC1 GNU General Public License (GPL)].
  
You can download pre-compiled versions of '''panoglview''' as part of the [[hugin]] installer bundles for OS X and Windows. '''panoglview''' is available for linux distributions through the usual channels.
+
You can download pre-compiled versions of '''panoglview''' as part of the [[hugin]] installer bundles for OS X and Windows.
 
 
  
 
== compiling panoglview ==
 
== compiling panoglview ==
  
requirements...
+
See [[Hugin Compiling Ubuntu#PanoGLView]].
  
 
== using panoglview ==
 
== using panoglview ==
Line 19: Line 17:
 
These are simple text files and fairly self-explanatory, but the interesting thing is that these .paf files contain stuff like camera field-of-view, pan, tilt, boundaries and now partial panorama settings.
 
These are simple text files and fairly self-explanatory, but the interesting thing is that these .paf files contain stuff like camera field-of-view, pan, tilt, boundaries and now partial panorama settings.
  
..anyway there is some future potential with all this:
+
== as a replacement for PTEditor ==
 +
 
 +
[[PTEditor]] is an older unsupported tool for viewing a panorama, extracting undistorted views for external editing and reinserting those edited views. The '''panoglview''' .paf saving feature can be used to imitate this functionality in conjunction with the [http://search.cpan.org/dist/Panotools-Script/bin/pafextract pafextract] tool.
  
* Creating a .paf project from a partial equirectangular .pto project.
+
The [http://www.flickr.com/photos/36383814@N00/2845671569/ pafextract workflow] goes something like this:
* Panning to a view and using these settings as an initial QTVR/flash viewpoint.
 
* Panning to a viewpoint, saving the project and using nona to extract a high-res version of the view.
 
* This extracted view can be edited in something like the gimp and reinserted into the panorama - Basically the functionality of the old pteditor tool.
 
  
-- SimonOosthoek 25 Jul 2008 (using text from Bruno Postle)
+
# open a panorama in '''panoglview'''
 +
# find a viewpoint to edit, save a .paf viewpoint
 +
# extract a bitmap image of this view with pafextract
 +
# edit it with the [[GIMP]] or another image editor, save
 +
# remap this using the .pto project created by pafextract
 +
# merge with the panorama
  
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Windows]]

Latest revision as of 14:08, 21 November 2022

panoglview on Linux

panoglview is an OpenGL hardware accelerated immersive viewer for equirectangular images, originally created by Fabian Wenzel and currently hosted on the hugin sourceforge site.

The license for panoglview is the GNU General Public License (GPL).

You can download pre-compiled versions of panoglview as part of the hugin installer bundles for OS X and Windows.

compiling panoglview

See Hugin Compiling Ubuntu#PanoGLView.

using panoglview

Panoglview is intended to view full 180x360 (equirectangular) panoramas projected onto a globe which can be spun around using the mouse.

For viewing a partial panorama, you use project files. There are no examples in the distribution, but they can be created by opening an equirectangular image and saving a .paf 'project'.

These are simple text files and fairly self-explanatory, but the interesting thing is that these .paf files contain stuff like camera field-of-view, pan, tilt, boundaries and now partial panorama settings.

as a replacement for PTEditor

PTEditor is an older unsupported tool for viewing a panorama, extracting undistorted views for external editing and reinserting those edited views. The panoglview .paf saving feature can be used to imitate this functionality in conjunction with the pafextract tool.

The pafextract workflow goes something like this:

  1. open a panorama in panoglview
  2. find a viewpoint to edit, save a .paf viewpoint
  3. extract a bitmap image of this view with pafextract
  4. edit it with the GIMP or another image editor, save
  5. remap this using the .pto project created by pafextract
  6. merge with the panorama