čt 14. 4. 2022 v 12:25 odesílatel Noveguy <[email protected]> napsal:
> Thank Bruno for the tip. Unfortunately, I am using Windows now. But I > think I could write some C# code to do that. > > On Thursday, April 14, 2022 at 3:32:04 PM UTC+7 [email protected] wrote: > >> Masks in a Hugin PTO project are stored in lines of text that begin with >> the letter 'k'. So, make a copy of the file without any lines beginning >> with 'k' like this: >> >> >> grep -v '^k' project.pto > new_project.pto >> > On Windows, you can do the same with following command: findstr /V /R "^k" project.pto > new_project.pto -- 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/CACjcMELZtgz-wyqWdPfd1huff5JkstJZoWmMmrvOpbpcrday4A%40mail.gmail.com.
