On Monday, April 22, 2024 at 10:29:55 AM UTC+2 [email protected] wrote:
thanks kfj, a better GUI is always great. You're welcome! what david wrote about pto not working is only with specific image formats? I'm guessing with JPG the template.pto file still works? We've figured it out, the images were outside the viewing area. the CMD file is simple, it checks if the images exists and with nona/enblend it stitches them together with use of the pto file, ups the file number with one and tries again. batch stitching with lux is quite simple. All lux needs to stitch a PTO is a command line like this: lux --stitch=yes my.pto and to stitch several, just pass them all on the command line: lux --stitch=yes *.pto The resulting files are named automatically and no metadata are transferred, if you want that, you'll have to employ exiftool. The real great part of the cmd files is that i can run up to 3 simultaneous cmd scripts within my processors 8 core capacity, making it almost 3 times as speedy that one gui running one folder set. With lux, you don't have to do this, because lux multithreads internally, so when it does a stitch, it uses all available CPU cores anyway. You can't gain speed from running several instances. so for me, after setting up i only need to double click once per cmd instance and leave my pc alone. Should be the same with lux batch stitching, but you should rather set up a script which does the batch stitch in one folder, then moves to the next and does it there, etc - running them in parallel won't speed it up and use much more memory. Try it out and tell me how it worked for you. Of course the results lux produces are not identical to what nona+enblend produce and you may not be happy with the result. And lux needs lots of memory - if the panoramas are large, it may not be a good idea to stitch them with lux. -- 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/a1fb7b69-4cf8-4009-bb05-38f9829d24een%40googlegroups.com.
