Difference between revisions of "Enblend"

From PanoTools.org Wiki
Jump to navigation Jump to search
(→‎Intro: xblend is a thing of the past)
(internal link to reference manual deleted since it's completely outdated - linking to http://enblend.sourceforge.net/ is better)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
For detailed information please see [[Enblend reference manual]]
+
==Overview==
 
 
==Intro==
 
 
'''Enblend''' {{Glossary|overlays multiple [[TIFF]] images so as to make the seam invisible|1}}. It works with 8, 16 or 32 bit (HDR floating point) per channel images.
 
'''Enblend''' {{Glossary|overlays multiple [[TIFF]] images so as to make the seam invisible|1}}. It works with 8, 16 or 32 bit (HDR floating point) per channel images.
  
 
Enblend can work as a plug-in for [[PTGui]], [[Hugin]] or [[PTAssembler]] or standalone from the command line or by [[Enblend Front End]].
 
Enblend can work as a plug-in for [[PTGui]], [[Hugin]] or [[PTAssembler]] or standalone from the command line or by [[Enblend Front End]].
  
New in version 3.0:
+
Some main features include:
 
* Adjusts the seam line to avoid areas of mismatch between source images such as [[parallax]] errors
 
* Adjusts the seam line to avoid areas of mismatch between source images such as [[parallax]] errors
 
* Supports saving and loading masks
 
* Supports saving and loading masks
* Includes various other performance improvements.
 
  
Enblend and the full documentation for each version is available from the project site.
+
Enblend and the full documentation (manuals for each version and a "NEWS" link for the release notes) is available from the [http://enblend.sourceforge.net/ project site].
  
 
== Command-line usage ==  
 
== Command-line usage ==  

Revision as of 11:29, 26 May 2017

Overview

Enblend overlays multiple TIFF images so as to make the seam invisible. It works with 8, 16 or 32 bit (HDR floating point) per channel images.

Enblend can work as a plug-in for PTGui, Hugin or PTAssembler or standalone from the command line or by Enblend Front End.

Some main features include:

  • Adjusts the seam line to avoid areas of mismatch between source images such as parallax errors
  • Supports saving and loading masks

Enblend and the full documentation (manuals for each version and a "NEWS" link for the release notes) is available from the project site.

Command-line usage

Arguments and parameters may change between versions and also depend on the build process. It is recommended to rely on the manual for your specific version of Enblend which is available from Enblend's home page.

Enblend supports cropped TIFF input files as well as other file formats and bit depths. Please refer to the manual.

The Enblend reference manual is based on information for an outdated version of Enblend.

Caveat

If you are trying to run Enblend 3.0 on Windows and are finding that the program returns immediately with no output, you may be attempting to run a version compiled with SSE instructions on a non-SSE-capable CPU (e.g like older AMD CPUs). You can obtain an non-SSE binary for Enblend from Sourceforge.[1]

However, it could be that this version still doesn't run as discussed on [2] (problem) and [3] (solution). If so there is a patched version available at http://alto.anu.edu.au/~wpc/private/enblend/enblend-3.0-cyg.zip

Getting Enblend

Enblend is Open Source. As such you can download it for free from its project page linked below. Enblend is part of the major linux distributions. You can get the latest release by using the distributions' software package management system. For ubuntu linux, open a terminal and type:

$ sudo apt-get install enblend

That's it!

Enblend is in constant development. If you want to get the bleeding edge, read the development section below.

Development

enblend is Open Source, and as such very much dependent on voluntary contributions of resources. If you have coding skills, you are welcome to look at the source code and contribute to it. Even if you don't have coding skills, you most likely have some skills that the project could use and you are more than welcome to contribute your time. The tasks requiring attention change frequently and so do the required skillset and resources. Join the hugin-ptx mailing list to find out what is going on at the moment and how you can help. Even just testing and giving feedback help.

To get the bleeding edge, follow the development / build process of Hugin

See also

Tutorials featuring enblend:

External links