Hi, I was looking at this[https://bugs.launchpad.net/hugin/+bug/678842 ] particular bug description :
*Changing the horizontal canvas size in the Stitcher results in a corresponding proportional vertical canvas size just as would be expected. The same is not true when changing the vertical canvas size. A vertical canvas size change does not change the horizontal canvas size and in fact appears to function as a crop.* I have two questions:- 1. Is it really a bug? (read details below). 2. If yes, then please give suggestions how I should rectify it. Initially after looking at Panopanel.cpp[1] file especially function at Canvas Width and Height events(Line 73,74) and then looked for their respective functions i.e. WidthChange[2] and HeightChange[3], I thought there is just a typo in line 686(inside Height()) as it seemed that the author missed to include m_KeepViewOnResize as its present in WidthChange funtion), but build gave invalid parameter error for HeightChange funtion. So, I looked for their declaration and there I saw that the original author has coded it that way( I am assuming that he meant to do it in this way only as it does seems to be *just missed it* case.). Please see the definitions of HuginBase::PanoramaOptions::setWidth[4] and SetHeight[5]. If it needs to be modified, then please suggest me what formula's and condition should I use to modify the horizontal canvas size as I don't have much knowledge of this Regards Neeraj [1] http://hugin.sourceforge.net/docs/html/PanoPanel_8cpp-source.htmlPanoPanel.cpp [2] http://hugin.sourceforge.net/docs/html/PanoPanel_8cpp-source.html#l00662Func-WidthChange [3] http://hugin.sourceforge.net/docs/html/PanoPanel_8cpp-source.html#l00679Func- HeightChange [4] http://hugin.sourceforge.net/docs/html/PanoramaOptions_8cpp-source.html#l00253SetWidth [5] http://hugin.sourceforge.net/docs/html/PanoramaOptions_8cpp-source.html#l00293SetHeight -- 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
