Hi Bruno, Any preference for sourceforge or github? I don't have a preference. I have a very, very old project on sourceforge (Gnome Wave Cleaner), so I have a user profile there as well as github.
Looks like I have libtiff 5.3.0. Maybe there is a more rubust way to detect the image width than the example code I found. I'll look at tiffinfo for clues. Thanks for being the first bug reporter! Jeff On Tuesday, December 21, 2021 at 2:44:31 PM UTC-8 [email protected] wrote: > Hi Jeff, thanks for sharing. This looks like a very useful tool. > > The best way to get this out there for people to use is to put it in a > public git repository (github, gitlab, sourceforge or similar). > > It compiles here, but when I run it, the input tiff files are detected as > having zero width: > > $ ./skyfill_tif 2021_pan19.tif 2021_pan19_out.tif > ptofilename is 2021_pan19.pto > setting tag number 256 in output file > setting tag number 257 in output file > setting tag number 258 in output file > setting tag number 277 in output file > setting tag number 278 in output file > setting tag number 274 in output file > setting tag number 284 in output file > setting tag number 262 in output file > setting tag number 339 in output file > setting tag number 259 in output file > input image is 0 x 1060, 16 bits, 4 channels, 0 = 22824 > All columns are masked!, no output generated > > There is no obvious problem with the code that would cause this, > `tiffinfo` reports the files as having width, and I see the same problem > with a tiff file I created myself, so I'm stumped, I have libtiff 4.3.0 > > -- > Bruno > > On Mon, 20 Dec 2021 at 21:25, Jeff Welty wrote: > > > > I sent a message to Bruno about this on sourceforge, but not sure if it > went. > > I have some code developed to fill in the top of a clear blue sky on > 16bit tiff images stitched with Hugin. > > > > I have to run out for the day, but the code and some sample images are > here: > > > > > https://www.dropbox.com/sh/uhoan6lma8yp3kk/AADl-Mf0iuBSxVHeUEOYAM-Ia?dl=0 > > > > Code has lots of global variables as a few years ago I thought it would > be simple. So, I need to work on cleaning that up! > > > > Cheers and Happy Holidays, > > Jeff Welty > > -- 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/4b250812-37e2-4690-b7a2-fb455adb9c88n%40googlegroups.com.
