Hi, Am Dienstag, 12. November 2019 08:41:51 UTC+1 schrieb der_fotograf: > > Warning: TIFFDecoder: no TIFFTAG_SAMPLEFORMAT or TIFFTAG_DATATYPE, > guessing pixeltype 'UINT16'. > > -------------------- > > I am not a programmer, but I think it would be easy to fix the last 4 > warning lines in the process window. > > Anybody has any idea? Could it be a setting in the »Preferences«? >
The warning is issued when reading the input file. They come from libtiff (the lib hugin is using for reading TIF file). Libtif is the reference implementation for the TIF files. So this warning means that your TIF files does not fully comply to the TIF spec. So if you get rid of the warning you need to fix it in the program which generated the TIF files (Hugin does never write to input files.) Thomas -- 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/6aaff5e5-e00e-48d0-81e7-dac97c1f4feb%40googlegroups.com.
