On Tue, 20 Oct 2020 at 09:45, Erik Krause wrote: > > Am 20.10.2020 um 00:31 schrieb Bruno Postle: > > > 'compression: lzw' sounds like this might be a tiff file with a jpg > > filename extension. > > Compression LZW is in the exif data. It's probably not actually LZW > compressed. Is nona affected by EXIF data? > > And I forgot to mention: I use nona 2018.0.0.5abfb4de7961
It opens fine here and nona has no problem. It is a bit odd, `file` says: obb-nightjet_wwp.jpg: JPEG image data, Exif standard: [TIFF image data, big-endian, direntries=16, height=10549, bps=0, compression=LZW, PhotometricIntepretation=RGB, width=5925], progressive, precision 8, 9848x4924, frames 3 Which suggests there is a 10549x5925 LZW TIFF image in the Exif data, but all that exiftool finds is two small thumbnails (the panorama itself is 9848x4924). There is also no JFIF header, I don't know if this indicates any problem. A remaining possibility is that there is some incompatible mixture of system libraries and libraries that you have uploaded, you can check to see which libraries are actually being used by an executable or library with the `ldd` command: ldd /path/to/nona ldd /path/to/libwhatever.so -- Bruno -- 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/CAJV99Zg7B4brj5R13JdZpnJomb8hmQ56Rp5tcmKS%3D7yxb1pYGA%40mail.gmail.com.
