Am Montag, 11. Mai 2015 17:24:32 UTC+2 schrieb Hans Hermans: > > i have added the wrong hugin2013_.. files > > Thanks. Found the bug. It happens only in this special combination (leveling of landscape images which have the orientation flag set to portrait mode). This is fixed in repository and should be in next version (2015.0 beta 3 or rc1).
Thomas PS: Your script has a lot room for improvements. 1.) The Hugin parts runs too much commands. The following 4 lines should be sufficient cpfind --prealigned -o panorama1.pto panorama1.pto cpclean -o panorama1.pto panorama1.pto pto_var --opt y,p,r,v,b,c,d,e -o panorama1.pto panorama1.pto autooptimiser -n -m -l -o panorama1.pto panorama1.pto This should reduce the overhead. 2.) I don't know what you want to achieve with the first convert line: convert panorama.tif -gravity north -extent 7762x3881 panorama.tif nona and enblend should already generate an image with this dimension because your pto file contains ..w7762 h3881.. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/fed621f9-b513-4f9c-afa5-700dfcb6e653%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
