[Hugin-devs] [Bug 685904] Re: boost build issue with -Wl, --as-needed or binutils-gold

2010-12-21 Thread Christoph Spiel
** Changed in: enblend Status: New = Fix Committed ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which

[Hugin-devs] [Bug 686256] Re: Error enblending temp images

2010-12-21 Thread Christoph Spiel
First if all, this is one of the most stupid and thus misleading bug-report titles I've seen for a long time! What about: Cannot blend images with different bit depth? - The input image's bit depth is so deeply encoded in both Enblend and Enfuse that it would be very hard to extend their

[Hugin-devs] [Bug 700283] Re: enblend: error when first filename starts with -

2011-02-01 Thread Christoph Spiel
This is not a bug, but standard UN*X behavior: options start with a dash; GNU (long) options start with two dashes. Every decent libc that implements getopt_long(3) ought to accept a freestaning double-dash, i.e. `--' as option-end-marker. Under Linux both Enblend and Enfuse honor this marker.

[Hugin-devs] [Bug 746653] Re: FR: 2 Mu parameters instead of 1 (enfuse)

2011-04-01 Thread Christoph Spiel
The command-line parameter passed with --exposure-mu does not define the middle gamma value, but the luminance Y (of an input pixel) in the normalized luminance interval [0, 1] that gets the highest weight in fusing. Probably, you can achieve what you want by rewriting the definition of

[Hugin-devs] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2011-12-20 Thread Christoph Spiel
Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/885324 Title: Completely replace lcms1 by lcms2 in Ubuntu Status in Enblend: In Progress

[Hugin-devs] [Bug 885324] Re: Completely replace lcms1 by lcms2 in Ubuntu

2012-01-11 Thread Christoph Spiel
Fixed in rev d0828152af73. ** Changed in: enblend Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/885324 Title: Completely replace lcms1 by lcms2 in

[Hugin-devs] [Bug 913146] Re: enblend trunk on MacOSX fails to compile on strerror_r declaration

2012-01-13 Thread Christoph Spiel
Rev b50c132ee40c widens the search interval: http://enblend.hg.sourceforge.net/hgweb/enblend/enblend/rev/b50c132ee40c Hopefully, your not bracketed problems will go away with it. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to

[Hugin-devs] [Bug 913146] Re: enblend trunk on MacOSX fails to compile on strerror_r declaration

2012-01-14 Thread Christoph Spiel
** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Status: New = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which

[Hugin-devs] [Bug 787387] Re: small artifacts in fused 16bit TIFFs

2012-02-25 Thread Christoph Spiel
Try the current development head, i.e. rev add97764deef or later. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/787387 Title: small artifacts in fused 16bit TIFFs Status in Enblend:

[Hugin-devs] [Bug 822690] Re: automatic detection/use of memory.

2012-02-25 Thread Christoph Spiel
1. The option -m only affects the image cache. If Enblend/Enfuse are built w/o it they automatically / naturally use all available (virtual) memory. 2. You can get a more dynamic adjustment of the image cache size by tapping the free(1) or vmstat(1). tools or directly consulting /proc/meminfo.

[Hugin-devs] [Bug 822690] Re: automatic detection/use of memory.

2012-02-26 Thread Christoph Spiel
1. Completely agreed: we'll see more RAM-loaded machines in the future and thus the image cache will use more of its appeal. 2. You convinced me not to change anything in Enblend/Enfuse's image cache sizing by showing my the code of sort(1). So much code and ad hoc constants for so little. **

[Hugin-devs] [Bug 927509] Re: enfuse feature proposal: weighting 'technical' qualities

2012-02-28 Thread Christoph Spiel
Your proposal sounds sensible and I wonder why nobody came up with something comparable before. Also surprising for me was the general ignorance of your suggestions in the news group. Adding all your technical-merit parameters would put a lot of baggage into Enblend and Enfuse. The next day

[Hugin-devs] [Bug 787387] Re: small artifacts in fused 16bit TIFFs

2012-02-28 Thread Christoph Spiel
Without small images to reproduce the problem, this is fly-by-night-in- deep-fog hacking. Let's see whether we can narrow down the issue. 1. Please make sure you are using the _non_ image-cache version of Enblend. We do not want to trip over an image-cache bug here. Though the image-cache

[Hugin-devs] [Bug 927509] Re: enfuse feature proposal: weighting 'technical' qualities

2012-02-28 Thread Christoph Spiel
Kay, I think your idea to improve Enblend or Enfuse is really worth being implemented. In fact I find your suggestion so stunningly obvious that I wonder why it did not garner more interest in the newsgroup. My plan to implement your proposal would be to code _none_ of it directly in Enblend

[Hugin-devs] [Bug 787387] Re: small artifacts in fused 16bit TIFFs

2012-03-04 Thread Christoph Spiel
If you cannot trigger the bug anymore -- for whatever reason, I'll close this issue and mark it as fixed. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/787387 Title: small artifacts in fused

[Hugin-devs] [Bug 787387] Re: small artifacts in fused 16bit TIFFs

2012-03-04 Thread Christoph Spiel
** Changed in: enblend Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/787387 Title: small artifacts in fused 16bit TIFFs Status in Enblend: Fix

[Hugin-devs] [Bug 985476] Re: enfuse stops when 36 Mp 16bit Tiffs are used.

2012-04-20 Thread Christoph Spiel
Duplicate of #685105 ** Changed in: enblend Status: New = Invalid -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/985476 Title: enfuse stops when 36 Mp 16bit Tiffs are used. Status in

[Hugin-devs] [Bug 1005044] Re: Changeset 6758e8ca9244 breaks MSVC Build

2012-07-29 Thread Christoph Spiel
Fixed in cb7d1cf15223. ** Changed in: enblend Status: New = Fix Committed ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin

[Hugin-devs] [Bug 787387] Re: small artifacts in fused 16bit TIFFs

2012-07-29 Thread Christoph Spiel
** Changed in: enblend Importance: Critical = Medium -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/787387 Title: small artifacts in fused 16bit TIFFs Status in Enblend: Fix Committed

[Hugin-devs] [Bug 685877] Re: Push VIGRA changes to the right place

2012-08-07 Thread Christoph Spiel
Fixed in rev57a56d454739, though fix curtails functionality: no alpha masks in output images. ** Changed in: enblend Status: Confirmed = In Progress ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you

[Hugin-devs] [Bug 685877] Re: Push VIGRA changes to the right place

2012-08-21 Thread Christoph Spiel
Export-with-alpha just does not _compile_ anymore with the new Vigra-library. No trivial fix in sight. Patch highly welcome. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/685877 Title: Push

[Hugin-devs] [Bug 1039900] Re: configuration fails due to missing vigra folder

2012-09-03 Thread Christoph Spiel
The fix's status of course is committed not released. ** Changed in: enblend Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1039900 Title:

[Hugin-devs] [Bug 685877] Re: Push VIGRA changes to the right place

2012-09-03 Thread Christoph Spiel
We now have a patch that re-installs all prior functionality with respect to loading and saving images with alpha-channels. However, the copyright of the new (it is in fact a complete rewrite) file impexalpha.hxx must be sorted out before we can add it to the repository. -- You received this bug

[Hugin-devs] [Bug 1046863] Re: Exception with output images bigger than 2gigapixel

2012-09-09 Thread Christoph Spiel
LMAO! This reminds me of http://www.youtube.com/watch?v=Qvk2wNWmB20 Solution: Use a 64bit version of Enblend to construct images of 1GPx+. ** Changed in: enblend Status: New = Invalid -- You received this bug notification because you are a member of Hugin Developers, which is

[Hugin-devs] [Bug 685877] Re: Push VIGRA changes to the right place

2012-09-16 Thread Christoph Spiel
The copyright problems were ironed out. The new file impexalpha.hxx will be part of the Enblend project under the same license as all other sources namely GPL Version 2. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin.

[Hugin-devs] [Bug 1052231] Re: info and man pages in mercurial

2012-09-20 Thread Christoph Spiel
I assume you build within the source tree. Prefer VPATH-builds and the issue of overwritten *.1 and *.info files will go away. The version labeling, e.g. enblend-4.1-123deadbeef, is completely intentional; it distinguishes and (almost) uniquely identifies development versions. If you are fed up

[Hugin-devs] [Bug 1052231] Re: info and man pages in mercurial

2012-09-22 Thread Christoph Spiel
If you can't stand how the automake-generated dist target works, simply whip up your own. Change all necessary Makefile.am; just make sure you don't break existing functionality of our build-system. You have commit rights to the repo, so go ahead. For extra points assign this issue to yourself

[Hugin-devs] [Bug 1059430] Re: Unable to Enfuse large Images from Nikon D800 via LR4

2012-10-07 Thread Christoph Spiel
The log file gives it away: out of memory. There are two ways Enfuse can be configured: one is with the so-called image cache that ought to make the user independent of the system's memory, but which is slow and non-parallel, and then there is the configuration without image cache that is fast,

[Hugin-devs] [Bug 685877] Re: Push VIGRA changes to the right place

2012-10-10 Thread Christoph Spiel
Problems should be fixed in rev 29ec0c175c5a -- fingers crossed. ** Changed in: enblend Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/685877 Title:

[Hugin-devs] [Bug 1023037] Re: Enblend fails to build with boost 1.50

2012-11-02 Thread Christoph Spiel
** Changed in: enblend Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1023037 Title: Enblend fails to build with boost 1.50 Status in Enblend: Fix

[Hugin-devs] [Bug 752283] Re: Blending errors when using CIECAM

2012-11-03 Thread Christoph Spiel
** Changed in: enblend Status: New = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/752283 Title: Blending errors when using CIECAM Status in Enblend: Fix Committed

[Hugin-devs] [Bug 1088255] Re: enblend -l 1 --no-optimize causes crash

2012-12-11 Thread Christoph Spiel
Always nice when problems magically fix themselves. To add my 2 cents: This error message or closely related ones occur if the _product_ of (any) images' height*width exceeds INT_MAX, which is 2147483647 on many of today's machines (even so-called 64-bit systems). We cannot do much about it,

[Hugin-devs] [Bug 1101539] Re: output from blending program cannot be found

2013-01-20 Thread Christoph Spiel
** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1101539 Title: output from blending program cannot be found Status in Enblend:

[Hugin-devs] [Bug 1102174] Re: Enblend 4.0 output better than Enblend 4.1

2013-01-20 Thread Christoph Spiel
Your output images indeed show a problem. Whether it is related to Enblend or you feeding Enblend inadequate, i.e. non-overlapping input images cannot be determined w/o the actual input images. Please supply your two (or three) input images which allegedly cause the problem. -- You

[Hugin-devs] [Bug 1101539] Re: output from blending program cannot be found

2013-01-21 Thread Christoph Spiel
** Changed in: enblend Status: Incomplete = Invalid -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1101539 Title: output from blending program cannot be found Status in Enblend:

[Hugin-devs] [Bug 1102174] Re: Enblend 4.0 output better than Enblend 4.1

2013-01-21 Thread Christoph Spiel
You supplied three input images to Hugin, namely _1020988.jpg, _1020989.jpg, and _1020990.jpg. As they stand, they are _not_ suited for input in Enblend, because neither are they aligned, nor do they have an alpha-channel. To track down a problem, we need input image sets suited for Enblend.

[Hugin-devs] [Bug 1102174] Re: Enblend 4.0 output better than Enblend 4.1

2013-01-21 Thread Christoph Spiel
test_pano_2.zip contains the same unsuitable files as did your first zip archive. Don't you read my comments? Or don't you know what you are doing at all. Once again, we need two or more images we can directly feed into Enblend, like so enblend image1.tif image2.tif Nobody gives a

[Hugin-devs] [Bug 1103771] Re: Warning Message Grammar Mistake

2013-01-24 Thread Christoph Spiel
Thanks for the patch! It has been applied to both branches. So it will definitely make it into the first release of the brand new `stable' 4.1 series. ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) ** Changed in: enblend Status: New = Fix Committed

[Hugin-devs] [Bug 1102174] Re: Enblend 4.0 output better than Enblend 4.1

2013-01-26 Thread Christoph Spiel
** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1102174 Title: Enblend 4.0 output better than Enblend 4.1 Status in Enblend: Incomplete

[Hugin-devs] [Bug 1124837] Re: Enblend 4.1 omits images in output

2013-02-17 Thread Christoph Spiel
Fixed in 4.1.1. ** Changed in: enblend Importance: Undecided = High ** Changed in: enblend Status: New = Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1124837 Title:

[Hugin-devs] [Bug 746653] Re: FR: 2 Mu parameters instead of 1 (enfuse)

2013-02-22 Thread Christoph Spiel
Wish granted in rev 13c7fe6a2d25. User-defined exposure weight functions implement the ideas. The extension language is C++, though and not Scheme. ** Changed in: enblend Status: Triaged = Fix Committed ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel

[Hugin-devs] [Bug 1153546] Re: black artifacts after blending

2013-03-11 Thread Christoph Spiel
** Attachment added: Enblend output image https://bugs.launchpad.net/enblend/+bug/1153546/+attachment/3568485/+files/a.tif -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1153546 Title:

[Hugin-devs] [Bug 1153546] Re: black artifacts after blending

2013-03-11 Thread Christoph Spiel
Thanks for the _really_ minimal example. ;) I tried the following spell: $ enblend --fine-mask --no-optimize --primary-seam-generator=nft img_7306-731700*.tif with the tip of the development branch and got the following warning enblend: images do not overlap - they will be combined

[Hugin-devs] [Bug 1153546] Re: black artifacts after blending

2013-03-12 Thread Christoph Spiel
... choosing nft doesn't make a difference with respect to my problem You are using a pre-release of Enblend version 4.1. Therefore, your default PSG is NFT, I'm on the development tip and GC is the default here, thus I had to force NFT and you found no differences. Makes sense.

[Hugin-devs] [Bug 1153546] Re: black artifacts after blending

2013-03-13 Thread Christoph Spiel
Please work on the _tips_ of either the development branch (currently: http://hg.code.sf.net/p/enblend/code/rev/b0b27f8c7de1) or the stable branch (currently: http://hg.code.sf.net/p/enblend/code/rev/881360218998), for your version is (i) ancient, i.e. we won't fix anything there anyhow and (ii)

[Hugin-devs] [Bug 1155350] Re: build with texinfo 5.1

2013-03-16 Thread Christoph Spiel
The patch is nonsense because all Makefile.ins are re-generated by every run of configure(1). -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1155350 Title: build with texinfo 5.1 Status in

[Hugin-devs] [Bug 1155350] Re: build with texinfo 5.1

2013-03-20 Thread Christoph Spiel
** Changed in: enblend Status: New = Triaged -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1155350 Title: build with texinfo 5.1 Status in Enblend: Triaged Bug description: The

[Hugin-devs] [Bug 1155350] Re: build with texinfo 5.1

2013-03-30 Thread Christoph Spiel
Can we set the status to Won't Fix or better Invalid? This looks like an Automake/Autoconf problem. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1155350 Title: build with texinfo 5.1 Status

[Hugin-devs] [Bug 1181678] Re: build-error with texinfo 5.1

2013-05-20 Thread Christoph Spiel
THX for feeding the doc into Texinfo-5.1 again. I'm still on makeinfo-4.13, so I cannot check myself yet. Thus, the problem will remain unless someone sends us a patch. On a medium time-scale I'm inclined to switch to plain LaTeX and drop Texinfo. The vast majority of users doesn't read the

[Hugin-devs] [Bug 1181678] Re: build-error with texinfo 5.1

2013-05-24 Thread Christoph Spiel
THX for tracking down the problems in detail. #1: Patch in my local repo; probably will be applied. #2: Screwing up the output is not the way to go. We can prevent unwanted whitespace from occurring by terminating the relevant lines with `@c', though: @classictimes{}@c

[Hugin-devs] [Bug 1165912] Re: autoconf doesn't support arm 64

2013-05-25 Thread Christoph Spiel
You can just bump the version forward. Please adjust configure.in accordingly. Patch is candidate for 4.1.2. ** Changed in: enblend Status: New = Triaged ** Changed in: enblend Importance: Undecided = Medium -- You received this bug notification because you are a member of Hugin

[Hugin-devs] [Bug 1228601] Re: Emblend Error Minimizer1D

2013-10-01 Thread Christoph Spiel
Try tip of development branch. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1228601 Title: Emblend Error Minimizer1D Status in Enblend: New Bug description: enblend: an exception

[Hugin-devs] [Bug 1220051] Re: crash of enblend due to malloc failure while exporting to exr file

2013-10-01 Thread Christoph Spiel
Read your own log file and you find Enblend's comment: enblend: warning: only one input image given. enblend: warning: Enblend needs two or more overlapping input images in order to do enblend: warning: blending calculations. The output will be the same as the input. which is

[Hugin-devs] [Bug 1220523] Re: enblend: error writing to image swap file.

2013-10-01 Thread Christoph Spiel
You ran out of disk space. Perhaps the partion where /tmp gets mounted is small. The particular version of Enblend you are using (ImageCache) is best for systems with little memory, but lots of free disk space. Prefer the version without ImageCache to benefit from lots of RAM. ** Changed in:

[Hugin-devs] [Bug 1214004] Re: Enfuse 4.1.1 crashes on Windows 7

2013-10-01 Thread Christoph Spiel
We can't smell error messages. You must show them to us in the Bug Description. ** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1214004

[Hugin-devs] [Bug 1220886] Re: imagemagick used to build docs but fatal if not found with docs disabled

2013-10-01 Thread Christoph Spiel
** Changed in: enblend Status: New = Fix Committed ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Kornel (kornel-benko) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed

[Hugin-devs] [Bug 685105] Re: enblend fails to blend large pano

2013-10-01 Thread Christoph Spiel
OK -- a few words from your chief maintainer of Enblend/Enfuse. 1. ImageCache Any ImageCache support has been removed from the development branches of Enblend and Enfuse. It won't come back unless some brave, brilliant, ... hacker steps up and takes responsibility for the code. Thus,

[Hugin-devs] [Bug 1220051] Re: crash of enblend due to malloc failure while exporting to exr file

2013-10-01 Thread Christoph Spiel
Martha, my dear - You are right, I cannot reproduce the problem here on any of my (Debian/SuSE) Linux boxes. If EXR is your only problem, I can suggest to you that you switch to 16-bit TIFF, 16-bit PNG, or 32-bit floating-point TIFF. EXR's `half' float suffers from a short significant

[Hugin-devs] [Bug 685105] Re: enblend fails to blend large pano

2013-10-02 Thread Christoph Spiel
Oops! Sorry, I was off-by-one in the exponent. 8-/ The largest _signed_ integer (`int') typically is 2**31 - 1, not 2**32 - 1. The latter is correct for _unsigned_ integers (`unsigned int'). However, your calculation still holds even with the half-as-large limit. Another thing that would be

[Hugin-devs] [Bug 1214004] Re: Enfuse 4.1.1 crashes on Windows 7

2013-10-03 Thread Christoph Spiel
(1) You could re-run Enfuse with a higher verbosity setting. See the Enfuse manual for a description of the levels. (2) You could re-run Enfuse under the supervision of a debugger. Keep your fingers crossed that your binary contains (enough) debugging symbols. This should give us more

[Hugin-devs] [Bug 1214004] Re: Enfuse 4.1.1 crashes on Windows 7

2013-10-06 Thread Christoph Spiel
** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1214004 Title

[Hugin-devs] [Bug 1214004] Re: Enfuse 4.1.1 crashes on Windows 7

2013-10-07 Thread Christoph Spiel
There you go: fixed in 4.1.2, i.e. rev ac3dd60b8c45. ** Changed in: enblend Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1214004 Title: Enfuse

[Hugin-devs] [Bug 1228601] Re: Emblend Error Minimizer1D

2013-10-08 Thread Christoph Spiel
Fixed in 4.1.2. ** Changed in: enblend Status: New = Fix Released ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers

[Hugin-devs] [Bug 1193872] Re: Invariant violation! connected components: Need more labels than can be represented in the destination type.

2013-11-06 Thread Christoph Spiel
** Changed in: enblend Assignee: (unassigned) = Mikolaj Leszczynski (rosomack) ** Changed in: enblend Status: New = In Progress ** Changed in: enblend Importance: Undecided = Medium -- You received this bug notification because you are a member of Hugin Developers, which is

[Hugin-devs] [Bug 989908] Re: black lines from graph-cut seam generator

2013-11-11 Thread Christoph Spiel
THX keafert for trying out Enblend on large panos. You have convinced me that we can close this issue, because enblend fails to blend large pano is not a bug in the program. You proved that it is plain user incompetence, using wanna-be O/Ss, or, in summary nothing we can fix. The sizes of more

[Hugin-devs] [Bug 685105] Re: enblend fails to blend large pano

2013-11-11 Thread Christoph Spiel
THX kaefert for trying out Enblend on large panos. You have convinced me that we can close this issue, because enblend fails to blend large pano is not a bug in the program. You proved that it is plain user incompetence, using wanna-be O/Ss, or, in summary nothing we can fix. The sizes of more

[Hugin-devs] [Bug 685105] Re: enblend fails to blend large pano

2013-11-13 Thread Christoph Spiel
** Changed in: enblend Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/685105 Title: enblend fails to blend large pano Status in Enblend: Fix

[Hugin-devs] [Bug 685875] Re: severe ghosting in cloud row

2013-12-17 Thread Christoph Spiel
** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/685875 Title: severe ghosting in cloud row Status in Enblend: Incomplete Bug

[Hugin-devs] [Bug 785803] Re: Enblend --no-optimize produces black holes into panoramas

2013-12-17 Thread Christoph Spiel
Check out rev 6d6c88dcdc63 or later. Keep optimization switched off and -- at your discretion GraphCut -- to get reliable results. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/785803 Title:

[Hugin-devs] [Bug 721136] Re: enblend creates an unexplainable black area.

2013-12-17 Thread Christoph Spiel
Check out rev 6d6c88dcdc63 or later. Switch off optimization and -- at your discretion GraphCut -- to get reliable results. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/721136 Title:

[Hugin-devs] [Bug 785803] Re: Enblend --no-optimize produces black holes into panoramas

2013-12-17 Thread Christoph Spiel
** Changed in: enblend Importance: Undecided = Medium -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/785803 Title: Enblend --no-optimize produces black holes into panoramas Status in

[Hugin-devs] [Bug 739057] Re: Initial seam line has undesirable corners when near diagonal

2013-12-17 Thread Christoph Spiel
Please add your (pair of) input images to this issue report such that we can test with the latest revision of Enblend. ** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend.

[Hugin-devs] [Bug 989908] Re: black lines from graph-cut seam generator

2013-12-17 Thread Christoph Spiel
** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/989908 Title: black lines from graph-cut seam generator Status in Enblend: Incomplete

[Hugin-devs] [Bug 721136] Re: enblend creates an unexplainable black area.

2013-12-18 Thread Christoph Spiel
@Lukas: (i) GraphCut is absolutely unchanged in 6d6c88dc, (ii) after its recent re-implementation it is again WIP according to its author. Please run with NFT only to see whether this fundamental step now works any better. BTW, GraphCut uses NFT as an educated guess. If you have a reasonably

[Hugin-devs] [Bug 721136] Re: enblend creates an unexplainable black area.

2013-12-21 Thread Christoph Spiel
Lukas, THX for your minimal example! Admittedly, I cannot reproduce your foo.tif with rev 6d6c88dcdc63, i.e. current tip. I tried any image order, NFT, GC, w/optimizer, and wo/optimizer. The result _always_ looked ok and never showed any black areas. Moreover the seam line (`--visualize')

[Hugin-devs] [Bug 1157155] Re: enblend 4.1 generates brighter images than originals

2013-12-26 Thread Christoph Spiel
@Frederic: Thanks for investigation the problem! From revision 502d69450811 Enblend and Enfuse require at least Little CMS version 2.5. We hope to backport the patch to the stable series soon. ** Changed in: enblend Status: Incomplete = Fix Committed ** Changed in: enblend

[Hugin-devs] [Bug 1305794] Re: OpenCL enabled build fails

2014-04-12 Thread Christoph Spiel
WRT your original errors. They point to outdated OpenCL header files. Ask your sysadmin to get the most recent versions from http://www.khronos.org/opencl/ and install them in the appropriate place. Next thing on her agenda is to update the OpenCL libraries to their latest versions. Again,

[Hugin-devs] [Bug 1305643] Re: enblend build errors with changeset 1044

2014-04-13 Thread Christoph Spiel
Technically, your Boost headers (and libraries) are too old. So, this is not an Enblend/Enfuse problem. I have just committed a patch that requires at least Boost version 1.55 to build Enblend and Enfuse. ** Changed in: enblend Status: Fix Committed = Won't Fix -- You received this bug

[Hugin-devs] [Bug 1305794] Re: OpenCL enabled build fails

2014-04-17 Thread Christoph Spiel
** Changed in: enblend Status: New = Won't Fix -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1305794 Title: OpenCL enabled build fails Status in Enblend: Won't Fix Bug description:

[Hugin-devs] [Bug 1316967] Re: Maximum TIFF file size 4GB

2014-05-10 Thread Christoph Spiel
This is not an Enblend (or Enfuse) problem. Both applications rely on the Vigra library for I/O of images of _any_ format, i.e. the functions described in https://ukoethe.github.io/vigra/doc/vigra/group__VigraImpex.html This is in fact one of the main reasons to use an imaging library as

[Hugin-devs] [Bug 1316967] Re: Maximum TIFF file size 4GB

2014-05-12 Thread Christoph Spiel
** Changed in: enblend Importance: Undecided = Wishlist ** Changed in: enblend Status: New = Triaged -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1316967 Title: Maximum TIFF file

[Hugin-devs] [Bug 1332323] Re: Fix issues reported by valgrind

2014-06-23 Thread Christoph Spiel
of them to the stable branch. ** Changed in: enblend Status: New = In Progress ** Changed in: enblend Importance: Undecided = Low ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin

[Hugin-devs] [Bug 1332323] Re: Fix issues reported by valgrind

2014-08-27 Thread Christoph Spiel
Committed #0001 in http://hg.code.sf.net/p/enblend/code/rev/18a9c1d411ac. ** Changed in: enblend Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend.

[Hugin-devs] [Bug 1356551] Re: White pixels at 180 wrap and zenith for 16/32bit HDR Pano

2014-08-28 Thread Christoph Spiel
We'd need a set of input images for Enblend that clearly reproduce the problem preferably with the tip of the development branch. Otherwise we waste our time with guesswork. -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend.

[Hugin-devs] [Bug 1356551] Re: White pixels at 180 wrap and zenith for 16/32bit HDR Pano

2014-08-31 Thread Christoph Spiel
THX for the concise example. I can reproduce the bug on my machines. ** Changed in: enblend Status: New = In Progress ** Changed in: enblend Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug

[Hugin-devs] [Bug 1364695] Re: Enblend incorrectly warns of mismatched ICC profiles

2014-09-03 Thread Christoph Spiel
This might be surprising. FYI, Enblend and Enfuse don't simply compare the profiles' ASCII names, but judge profile equality by comparison of the whole profile as returned by vigra::ImageImportInfo::getICCProfile() We don't dig deeper into any difference than just throwing the warning you

[Hugin-devs] [Bug 1356551] Re: White pixels at 180 wrap and zenith for 16/32bit HDR Pano

2014-09-06 Thread Christoph Spiel
Meanwhile I think I know what the problem is. My solution, however, would break a considerable amount of Enblend code. Therefore, I'll pass on the issue to another developer. Hopefully he will come up with a less sizable patch. -- You received this bug notification because you are a member of

[Hugin-devs] [Bug 1364695] Re: Enblend incorrectly warns of mismatched ICC profiles

2014-09-08 Thread Christoph Spiel
In a test with a six image project, where the input images were generated by the current tip of Darktable and given a ProPhoto ICC profile no warnings show up with Enblend (also current tip of Dev Branch). ** Changed in: enblend Status: New = Incomplete -- You received this bug

[Hugin-devs] [Bug 1364695] Re: Enblend incorrectly warns of mismatched ICC profiles

2014-09-12 Thread Christoph Spiel
Fixed in rev 3e1c4bc71018. ** Changed in: enblend Status: Incomplete = Fix Committed ** Changed in: enblend Importance: Undecided = Low ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member

[Hugin-devs] [Bug 1356551] Re: White pixels at 180 wrap and zenith for 16/32bit HDR Pano

2014-09-14 Thread Christoph Spiel
Rosomack reviewed the proposed patches and found them ok. Changes applied in revs 255771c2e58b http://hg.code.sf.net/p/enblend/code/rev/255771c2e58 and 95c7e90f2be8 http://hg.code.sf.net/p/enblend/code/rev/95c7e90f2be8 ** Changed in: enblend Status: In Progress = Fix Committed

[Hugin-devs] [Bug 1372700] Re: Blending error

2014-09-28 Thread Christoph Spiel
Brief answer: `-a' Less brief answer: (0, 4, 3, 1, 2) Readable answer: In the canonical order, the first pair of images already does *not* overlap and Enblend issues a (deserved) warning. Re-order the images e.g. as (0, 4, 3, 1, 2) or stick with the canonical order and pass the pre-assemble

[Hugin-devs] [Bug 1372700] Re: Blending error

2014-10-06 Thread Christoph Spiel
** Changed in: enblend Status: New = Won't Fix -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1372700 Title: Blending error Status in Enblend: Won't Fix Bug description: Using

[Hugin-devs] [Bug 1384674] Re: enblend running out of temp space: poor diagnostics and configuration possibilities

2014-10-25 Thread Christoph Spiel
The environment variable `TMPDIR' controls the placement of temporary files as documented in section Tuning Memory Usage of the Enblend and Enfuse manuals. The actual, assigned directory for the ImageCache can easily be inquired by calling Enblend or Enfuse with the option pair `--verbose

[Hugin-devs] [Bug 1384674] Re: enblend running out of temp space: poor diagnostics and configuration possibilities

2014-10-26 Thread Christoph Spiel
Importance: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1384674 Title: enblend running out of temp

[Hugin-devs] [Bug 807439] Re: Artefacts due to Enblend memory bug

2014-10-26 Thread Christoph Spiel
The ImageCache causing the problem was withdrawn in the Development Branch, which finally leads to version 4.2. So the bug is gone there, because the code that caused it was removed. We have a tentative replacement for the ImageCache in the mmap_view branch:

[Hugin-devs] [Bug 1384674] Re: enblend running out of temp space: poor diagnostics and configuration possibilities

2014-11-01 Thread Christoph Spiel
** Changed in: enblend Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1384674 Title: enblend running out of temp space: poor diagnostics and

[Hugin-devs] [Bug 1374686] Re: Enblend adds black to edges of some pictures in a pano sometimes when using include masks.

2014-11-01 Thread Christoph Spiel
: Undecided = Medium ** Changed in: enblend Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1374686 Title: Enblend adds black to edges

[Hugin-devs] [Bug 1460928] Re: Current repo src gives bad blend with masks

2015-06-07 Thread Christoph Spiel
Thanks Terry for reporting the problem. It is reproducible. The source of the problems isn't the masks though, it is the topology of the resulting input images (to Enblend). Sure, exactly the mask-feature makes creating such a topology so easy. Requesting the seam-line visualizations

[Hugin-devs] [Bug 1468524] Re: convert -3 error building docs

2015-06-27 Thread Christoph Spiel
Assignee: (unassigned) = Christoph Spiel (cspiel) -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/1468524 Title: convert -3 error building docs Status in Enblend: Fix Committed Bug description

[Hugin-devs] [Bug 1468520] Re: make dist fails

2015-06-29 Thread Christoph Spiel
Actually, #2 is a new and different problem. We do want to support in-place builds, but make(1) is just overzealous and [ab]uses GNUmakefile in share/enfuse, which is to be shipped for the convenience of our users, not for building any part of the Enblend/Enfuse project. The attached patch

  1   2   >