Re: [hugin-ptx] Default output name

2017-06-18 Thread Gunter Königsmann
On 19.06.2017 07:52, Fotografia wrote: > I would like to know it is possible to choose a default output file name > without spaces. > +1 from me: Spaces in file names tend not to be tested in many applications. Kind regards, Gunter. -- A list of frequently asked questions is available at:

[hugin-ptx] Default output name

2017-06-18 Thread Fotografia
I would like to know it is possible to choose a default output file name without spaces. e.g. default is IMG_8197 - IMG_8201.tif I think without spaces imho it would be a better default: IMG_8197-IMG_8201.tif Thank you in advance. -- A list of frequently asked questions is available at: htt

Re: [hugin-ptx] Hugin 2017.0 rc2 released

2017-06-18 Thread Greg 'groggy' Lehey
On Saturday, 17 June 2017 at 0:41:44 -0700, T. Modes wrote: > Hi all, > > today we are releasing release candidate 2 of Hugin 2017.0. > > Source tarball can be downloaded > at sourceforge: > https://sourceforge.net/projects/hugin/files/hugin/hugin-2017.0/hugin-2017.0rc2.tar.bz2/download > or at la

Re: [hugin-ptx] Hugin 2017.0 rc2 released

2017-06-18 Thread John Muccigrosso
On Saturday, June 17, 2017 at 12:14:48 PM UTC-4, T. Modes wrote: > > > And why has this not reported before? > I really do appreciate all the work the devs do on Hugin, but this kind of response is not likely to encourage others to report bugs (unless it's a "lost in translation" sort of thing).

[hugin-ptx] Re: Programming new projections

2017-06-18 Thread Roland Karlsson
Hi. Mathmap is a general transformation tool for images. It might take an already rendered pano, probably in eqvirectangular view, and then converts it to some projections of your choice. You write a script that do it for you. The scripts look a but hairy, but it is probably just a small thres

Re: [hugin-ptx] Programming new projections

2017-06-18 Thread Roland Karlsson
Downloaded libpano and found that I need to hack math.c to define the transforms. I also have to hack some more files, like adjust.c, filter.c, remap.c, parser.c, pan.h, ... Actually more than I think might be worth it. And ... then I have not touched Hugin yet. I was hoping to get some hints ab

[hugin-ptx] Re: Programming new projections

2017-06-18 Thread Erik Krause
Am 17.06.2017 um 20:45 schrieb Roland Karlsson: In the best of worlds I could define a projection easily whenever I want one:) Isn't this more easily done with mathmap? https://www.complang.tuwien.ac.at/schani/mathmap/ See here for examples: https://www.flickr.com/groups/40193487@N00/discuss

Re: [hugin-ptx] Hugin 2017.0 rc2 released

2017-06-18 Thread Stefan Peter
On 17.06.2017 09:41, T. Modes wrote: > Hi all, > > today we are releasing release candidate 2 of Hugin 2017.0. Binary packages for Ubuntu trusty, vivid, xenial, yakkety and zesty are available from the Hugin PPA Packagers "next Hugin builds" repository at https://launchpad.net/~hugin/+archive/ub

Re: [hugin-ptx] Programming new projections

2017-06-18 Thread T. Modes
Hi, Hugin uses libpano13 for the geometric transformations. So a new projection needs to be added to libpano13. In this case you have to implement the forward and backward transformation. And then Hugin needs only some minor tweaks for the new projection. Am Samstag, 17. Juni 2017 20:45:49 UTC+