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: 
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/641e4033-bc66-302c-ad44-868d627978c5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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: 
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/98269d94-7027-429e-910a-60aa79c626bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 launchpad:
> https://launchpad.net/hugin/2017.0/2017.0rc2/+download/hugin-2017.0rc2.tar.bz2

I'm tracking these releases on FreeBSD, and they work modulo this
reported problem with the package refusing to build in the source
tree.  If anybody wants a binary package, please let me know.

Greg
--
Sent from my desktop computer.
Finger groog...@gmail.com for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.  If your Microsoft mail program
reports problems, please read http://lemis.com/broken-MUA

-- 
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/20170619034128.GA2421%40eureka.lemis.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


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).

-- 
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/9b2afd77-4340-4932-87d5-ffcd8f189600%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 threshold for 
understanding what to do. One thing that sounds a bit scary is though that 
there is lots of talk about the tool crashing for your scripts.

There is a simpler, similar tool called Panojector. 
https://github.com/vitroid/Panojector 
 where you add actual code instead 
of a script.

There is also a similar commercial tool that is made for only do this kind 
of conversions called Flexify. http://www.flamingpear.com/flexify-2.html In 
this case you cannot add any projections. 





On Sunday, June 18, 2017 at 5:46:15 PM UTC+2, Erik Krause wrote:
>
> 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/72157604625488382/ 
>
> -- 
> Erik Krause 
> http://www.erik-krause.de 
>

-- 
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/db58d34f-70b7-4d75-9a1f-eea3275a8c02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 about short cuts :)
Where to concentrate. Things that do not need to be done.

 
On Sunday, June 18, 2017 at 9:57:12 AM UTC+2, T. Modes wrote:
>
> 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+2 schrieb Roland Karlsson:
>>
>>
>> Instead of a cylinder, there could be a square (or a rectangular or a 
>> polygon) pillar with round corners.
>>
> except for the round corners this sounds similar to the existing biplane 
> and triplane projections. 
>  
>

-- 
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/32e9c697-f46d-40a4-8844-16b95d965156%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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/72157604625488382/

--
Erik Krause
http://www.erik-krause.de

--
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/ffd3a64e-f2bb-6775-6ca5-9f9bf01f0da4%40gmx.de.
For more options, visit https://groups.google.com/d/optout.


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/ubuntu/next

Please test these packages and send error report, success stories and
praises to this mailing list (hugin-ptx@googlegroups.com).

Enjoy!

With kind regards
Stefan Peter


-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
(See https://en.wikipedia.org/wiki/Posting_style for details)

-- 
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/3d16c2ba-ed51-960b-c237-e2656d8eb6f3%40swissonline.ch.
For more options, visit https://groups.google.com/d/optout.


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+2 schrieb Roland Karlsson:
>
>
> Instead of a cylinder, there could be a square (or a rectangular or a 
> polygon) pillar with round corners.
>
except for the round corners this sounds similar to the existing biplane 
and triplane projections. 
 

-- 
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/0f715eeb-3814-4eab-9275-5f76179c367f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.