Re: [hugin-ptx] libpano13-2.9.20 release candidate rc2 released

2018-09-22 Thread Terry Duell

Hello Bruno,

On Sat, 22 Sep 2018 20:47:44 +1000, Bruno Postle  wrote:


A libpano13-2.9.20 rc2 tarball has been uploaded to sourceforge, this is
a release candidate for testing that may become the final release:


I have just done some rudimentary testing, not using the tarball but using  
a pull from the current repo.

Using Fedora 28, libpano13 builds OK.
A build of the current hugin default branch also builds OK with the RC2.
I ran a couple of projects through hugin and all appears to be working OK.
Not a rigorous test, but no major 'gotchas' obvious.

Cheers,
--
Regards,
Terry Duell

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/op.zprm1mlfrs0ygh%40localhost.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Offensive behaviour (was: BigTIFF)

2018-09-22 Thread John Muccigrosso
Bruno, 

Thanks for the context and history.

I have to say that while I find Hugin a great tool, it's often more 
difficult to use than it seems like it should be. (A lot of the interface 
is very difficult to understand without a good understanding of what's 
going on in the background, IMO.) Some of the discussions here about 
usability have also run into problem that there aren't many developers 
capable of making the changes and, more to the point, those developers 
haven't agreed about the need for such changes.

Without piling on here, I want to say that I'm grateful for Thomas' work on 
Hugin, and I'd urge him to take seriously the comments that repeatedly crop 
up here about the tone that his comments take...or at least the tone that 
others perceive in them. I suspect that some of that is due to language 
issues, but that certainly doesn't explain all of it.

A grateful user,

John

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/43650b23-9280-4c5a-a48f-ea4733fa6970%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Compilation error on multiblend

2018-09-22 Thread Monkey
It (probably) won't build without -ljpeg. Try changing the "true" on those 
two lines to "boolean(true)"

For the warnings, you can change p>=0 to p>0 (strictly speaking it is a 
bug, but not one you are likely to trigger unless you have pathological 
input images).

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/0f14b88e-132d-4a65-af4c-4c238018819c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] libpano13-2.9.20 release candidate rc2 released

2018-09-22 Thread Bruno Postle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

libpano13 is the PanoTools library for panoramic imaging.

A libpano13-2.9.20 rc2 tarball has been uploaded to sourceforge, this is
a release candidate for testing that may become the final release:

https://sourceforge.net/projects/panotools/files/libpano13/libpano13-2.9.20/

This release should be binary compatible with previous versions - This means
that prebuilt Hugin executables should just work with this libpano13.

There have been some changes since 2.9.19:

* Bugfixes for Panini General, Biplane and Triplane output projections

* Fixes to build with current MSVC, automake and mingw

SHA1SUM: fd3811dc307c8387b15640d0cd747afb2a2c82dd libpano13-2.9.20_rc2.tar.gz

Here is the full ChangeLog since 2.9.19 for more details:

2018-09-06 17:45 +0200  tmodes(d71285db01f0)

* version.h:
Bump up some more version numbers

2018-03-25 10:45 +0100  Bruno Postle(415deb81168f)

* ChangeLog, ChangeLog.hg:
Update ChangeLog for

2018-03-25 10:36 +0100  Bruno Postle(f5ac8cc3aa91)

* configure.ac:
Update version to 2.9.20

2018-03-25 10:35 +0100  Bruno Postle(e5632a455634)

* bootstrap:
Support latest automake

2018-03-25 10:34 +0100  Bruno Postle(0a71a9f8a45a)

* tests/simpleTiff16/temp.txt: deleted file.
* tests/simpleTiff16/Makefile.am, tests/simpleTiff16/temp.txt:
Don't ship test output file

2018-03-23 17:19 +0100  tmodes(5b23ce4acaf4)

* PaniniGeneral.c:
Fixes inverse transformation of Panini General

2018-03-11 08:30 +0100  tmodes(f220884e22e3)

* math.c:
Triplane: Check more return codes instead of ignoring it

2018-03-11 08:30 +0100  tmodes(1eaaec6809a2)

* math.c, queryfeature.c:
Biplane: Added new parameter for rounded corner

2018-03-05 17:26 +0100  tmodes(1a3e1f817145)

* math.c:
Fixes image->pano transformation for triplane projection

2018-03-05 17:26 +0100  tmodes(793506b19f1f)

* CMakeLists.txt:
Add debug postfix for debug libraries

2018-02-07 17:54 +0100  tmodes(3ad2089ab924)

* CMakeLists.txt:
Windows: Make building shared library (DLL) default

2017-09-29 16:49 +0200  tmodes(977a50b2a634)

* file.c:
Recognize also jpeg file extension [1681022]

2017-09-29 16:48 +0200  tmodes(e3808b4f9a78)

* CMakeLists.txt:
Fixes compilation with Mingw Mingw has already getopt, no need for
our file

2017-01-02 18:34 +0100  tmodes(20434c36b266)

* tools/panoinfo.c:
Fixes path separator for cross compiling for Windows

2016-12-30 13:21 +0100  tmodes(9fb6fd19947a)

* math.c:
Don't take shortcut in setup_panini_general This breaks calculation
of ppg->distance parameter which is needed in stack calculations.
This fixes hang during line control points calculations [1016258]

2016-12-30 13:19 +0100  tmodes(83e0c78ad594)

* math.c:
Updates for MSVC 2015

2016-09-17 16:12 +0200  tmodes(9d16f4a39c36)

* math.c:
Comment out double assignment

2015-12-06 13:06 +0100  tmodes(d1ca12b2146b)

* pt_stdint.h:
Fix for MSVC 2015

2014-04-23 00:31 +0100  Bruno Postle(7339b1014e88)

* ChangeLog.hg:
update changelog

-BEGIN PGP SIGNATURE-

iEYEARECAAYFAlumHc4ACgkQFqOhwCjyCLrGQwCeNbNlZ6t82PRTzywqXRg7QBLx
BqcAnif9JwkBGysREJ5M4CvasZVgbmF+
=QYAX
-END PGP SIGNATURE-

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20180922104742.GA13531%40postle.net.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Compilation error on multiblend

2018-09-22 Thread Bruno Postle

On Fri 21-Sep-2018 at 10:28 -0700, arlene fu wrote:

When I tried to compile multiblend before using hugin, I use the following
command to compile:

g++ -msse2 -O3 -ltiff -ltiffxx -ljpeg -lpng multiblend.cpp -o



In file included from multiblend.cpp:55:

*./write.cpp:26:2: **error: **no matching function for call to
'jpeg_set_quality'*

   jpeg_set_quality(&cinfo,g_jpegquality,true);



*/usr/local/include/jpeglib.h:991:14: note: *candidate function not viable:
no known conversion from 'bool' to 'boolean' for 3rd argument

EXTERN(void) jpeg_set_quality JPP((j_compress_ptr cinfo, int quality,


I'm not sure what the problem is.  What versions of gcc and libjpeg 
are you using?


Can you test without the -ljpeg flag and see if this builds?

--
Bruno

--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20180922100631.GB7038%40postle.net.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Offensive behaviour (was: BigTIFF)

2018-09-22 Thread Bruno Postle

I feel like I ought to respond to this.

I agree that Thomas does sometimes react to criticisms of Hugin as 
personal attacks, and responds overly defensively in a way that 
isn't required, sometimes no response is required - the particular 
wiki page in discussion is something I created in a burst of 
enthusiasm and then failed to keep up-to-date - I'm very conscious 
that this page wastes people's time by listing all the tools without 
recommending which tools to use.


Some history needs correcting:  Hugin was pretty much moribund 
before Thomas joined.  Pablo had stepped back, in part because being 
a sole maintainer wasn't much fun for him, we had a few successful 
Summer of Code projects, but these ran out of steam because there 
was nobody to manage them - do you see a pattern here?  Though we 
would all love for free software to be a self-organising 
collaborative sharing experience, the reality of most free software 
projects is that one person is overburdened and does most of the 
work.


Having said that, we would love to see more contributors, there is 
lots to do (I'm embarassed that there is a libpano13 release ready 
to go that should have been out years ago, maybe today).


--
Bruno

On Wed 19-Sep-2018 at 14:00 +1000, Greg 'groggy' Lehey wrote:

This is mainly addressed to Thomas Modes, but since it's not the first
time I've seen him behave like this, I think it's time to come out in
the open.

On Tuesday, 18 September 2018 at 10:00:34 -0700, T. Modes wrote:

Am Dienstag, 18. September 2018 05:46:34 UTC+2 schrieb Groogle:


There is one at
https://wiki.panotools.org/Panorama_scripting_in_a_nutshell, but it's
horribly out of date.  I've been meaning to update it, but I've always
found something more rewarding to do.  In particular, it makes
reference to obsolete programs.


Sorry, but is wrong. The main part with the description is up to
date.  The only one obsolete program in the main part is
autopano-sift-c - but this is only shown as alternative; the
mentioned main program cpfind is still part of Hugin.


Sorry, but is wrong.  I spent quite a bit of time going through this
page a while back, and it contains numerous issues.  Apart from
autopano-sift-c, in the main text there are also references to
autopano-sift, match-n-shift, ptoinfo, ptscluster, ptoclean,
ptovariable and panostart, as well as to the pano.mk file that no
longer exists.


--
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20180922084728.GA7038%40postle.net.
For more options, visit https://groups.google.com/d/optout.