← Back to team overview

hugin-devs team mailing list archive

[Bug 786575] Re: An error 1 appeared when Stitching

 

I can actually see two errors here.

One is in the input images.  See the FAQ at
http://wiki.panotools.org/Hugin_FAQ#enblend:_excessive_overlap_detected

The other one is the message "enblend: error: LZW compression is not
available to due to Unisys patent enforcement".  This is an error in the
binary that need not be (the Unisys LZW patent has long expired).

@Matthew: what is the source of the Enblend/Enfuse binaries bundled with
your Hugin installer?  You need one built against a tifflib that does
support LZW compression for this to work properly.  It is not critical
(it falls back on uncompressed TIFF) but disk space consuming.

** Summary changed:

- An error 1 appeared when Stitching 
+ Enblend bundled with 2011.0.0 Windows binary lacks support for LZW compression.

** Changed in: hugin
       Status: New => Confirmed

** Changed in: hugin
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/786575

Title:
  Enblend bundled with 2011.0.0 Windows binary lacks support for LZW
  compression.

Status in Hugin - Panorama Tools GUI:
  Confirmed

Bug description:
  I'm using precompiled version of 2011.0.0.8f1447ab8649 built by Matthew Petroff
  Win7 x64    64bit version
  an error 1 occured

  and the last few lines in LOG:
  """"
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0052.tif 1/1
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0053.tif 1/1
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0054.tif 1/1
  enblend: info: writing final output
  enblend: error: LZW compression is not available to due to Unisys patent enforcement
  "C:/Program Files/Hugin/bin/exiftool" -overwrite_original_in_place -TagsFromFile "C:/Users/Ewing/Desktop/PANO2/6/IMG_8211.JPG" -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber "IMG_8211-IMG_8520-2_exposure_0003.tif"
      1 image files updated
  "C:/Program Files/Hugin/bin/enblend" --compression=LZW -w -f27398x13699 -o "IMG_8211-IMG_8520-2_exposure_0004.tif" "IMG_8211-IMG_8520-2_exposure_layers_0008.tif" "IMG_8211-IMG_8520-2_exposure_layers_0018.tif" "IMG_8211-IMG_8520-2_exposure_layers_0035.tif" "IMG_8211-IMG_8520-2_exposure_layers_0036.tif" "IMG_8211-IMG_8520-2_exposure_layers_0048.tif"
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0008.tif 1/1
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0018.tif 1/1
  enblend: images do not overlap - they will be combined without blending
  enblend: use the "-l" flag to force blending with a certain number of levels
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0035.tif 1/1
  enblend: images do not overlap - they will be combined without blending
  enblend: use the "-l" flag to force blending with a certain number of levels
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0036.tif 1/1
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0048.tif 1/1
  enblend: info: writing final output
  enblend: error: LZW compression is not available to due to Unisys patent enforcement
  "C:/Program Files/Hugin/bin/exiftool" -overwrite_original_in_place -TagsFromFile "C:/Users/Ewing/Desktop/PANO2/6/IMG_8211.JPG" -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber "IMG_8211-IMG_8520-2_exposure_0004.tif"
      1 image files updated
  "C:/Program Files/Hugin/bin/enblend" --compression=LZW -w -f27398x13699 -o "IMG_8211-IMG_8520-2_exposure_0005.tif" "IMG_8211-IMG_8520-2_exposure_layers_0017.tif" "IMG_8211-IMG_8520-2_exposure_layers_0030.tif"
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0017.tif 1/1
  enblend: info: loading next image: IMG_8211-IMG_8520-2_exposure_layers_0030.tif 1/1

  enblend: excessive overlap detected; remove one of the images
  enblend: info: remove invalid output image "IMG_8211-IMG_8520-2_exposure_0005.tif"
  make: *** [IMG_8211-IMG_8520-2_exposure_0005.tif] Error 1
  '"""
  the complete log can be found at http://myweb.ncku.edu.tw/~f44996043/LOG.log


References