DPP includes a small 8 bit preview image. Hence some programs (like f.e.
enblend) treat those TIFFs as multi layer images and produce an error
since the bit depth for both "layers" is not the same.
--
Erik Krause
http://www.erik-krause.de
It would be possible, but the alpha channel in the enblend TIFF
output is useful since a lot of panoramas have transparent areas.
I've encountered a similar problem with DxO Optics Pro 8, which will produce 48bit TIFF as output that is accepted by Enfuse or Hugin, but will not accept the TIFF produced by Enfuse or Hugin as valid input.
The response from DxO is that the Enfuse and Hugin files don't comply with TIFF standard.
On Jun 11, 2013 12:27 PM, "Carlos Eduardo G. Carvalho (Cartola)" wrote:
>
> Funny, I am having problems sometimes with the jpg generated by enblend at the end of the stitching process. It opens ok in GIMP and can be converted ok with imagemagick, but some viewers, like xzgv and the xfce default viewer don't open them. In those cases I just convert them with imagemagick and it gets ok.
This is the libjpeg-turbo arithmetic coding bug, you need to get your distribution to apply a patch for older enblend when used with this new jpeg library. There is an enblend bug report in launchpad you can use as reference.
--
Bruno
It would be nice to know the exact nature of the problem, hugin/enblend use vigra and this uses libtiff which is the reference tiff implementation.
--
Bruno
> I've encountered a similar problem with DxO Optics Pro 8, which will produce 48bit TIFF as output that is accepted by Enfuse or Hugin, but will not accept the TIFF produced by Enfuse or Hugin as valid input.
>
> The response from DxO is that the Enfuse and Hugin files don't comply with TIFF standard.It would be nice to know the exact nature of the problem, hugin/enblend use vigra and this uses libtiff which is the reference tiff implementation.
GIMP only complains about them being 16-bit per channel.
You could try removing the alpha channel with ImageMagick or
similar.