On Thu 13-Aug-2009 at 16:34 -0500, dev g wrote: > >By default, panotools crops output panoramas to the area with image data. >For example, if your input image is 750x500 with a FOV of 26 degrees, and >you specify your output image to be the same size with a FOV of 52 degrees, >the output will be 375x250. Is it possible to turn this off, either in the >code or with a switch in a PTmender file? This should result in a 375x250 >image centered in an empty 750x500 field for my example. I'm finding the >cropping is interfering with the output of the functions I'm creating for >mosaic mode. Any suggestions would be appreciated.
It only crops the output if you set r:CROP in the output specification, i.e. if you see this in a project file: p f0 w123 h456 v78 n"TIFF c:NONE r:CROP" ...change it to this: p f0 w123 h456 v78 n"TIFF c:NONE" Alternatively use PTuncrop to turn these into 'normal' TIFF files. -- Bruno --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx -~----------~----~----~----~------~----~------~--~---
