Dear Matija Kogoj On 23.02.2017 13:20, Matija Kogoj wrote: > Good afternoon everyone. I'm glad I finally found a group for my > hugin... questions. For I have many. > > Win7, 64b > NVidia graphics card (didn't make a difference yet but maybe relevant) > > First, let me express my appreciation for the software - I have been > using Hugin on and off for years now. Around 2011 I even did more > panoramic work in it than in Photoshop, but recently I've been > struggling with the software: > Note: I need TIFF to create an HDRI for equirectangular high-bit 3D > environment map. > > ***Quick enquiry:* > TIFFDecode also keeps throwing "no datatype, sampletype, guessing > uit16". Any way I can fix that?*
Not directly. The Tiff library used in hugin happens to be very vocal when encountering files that do not specify all the parameters that define the type of image inside the tiff. However, some of the programs creating those tiff files use other libraries, and those libraries seem to be a little bit sloppy in this regard. Here, you program that created the tiff files felt it to be obvious that the sampletype tag should be unsigned 16 bit integer and therefore refrained from explicitly specifying this. libtiff, however, expected this tag to be specified and complains that id wasn't. Because it probably guessed correctly, the images are displayed by hugin without strange colors, so no harm caused here. If you really want to get rid of this error message, you have several options: o complain to the producer of hte program you created the tiff files that the sampletype tag is missing the the tiffs produced by hi software. o convert the tiffs in a program that properly rewrites them. Because these messages are irritating at the most, I'd recommend to simply ignore them. With kind regards Stefan Peter -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? (See https://en.wikipedia.org/wiki/Posting_style for details) -- 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/282dccc9-a3bc-1cf2-4863-34680c2c14f6%40swissonline.ch. For more options, visit https://groups.google.com/d/optout.
