I was attempting my n-th try* at getting good TCA correction with
fulla, and came across this issue with fulla from the latest SVN:
The simplest run:
fulla -v dsc_7454.tif
gives no error but produces a TIFF file 8 bytes long (the TIFF header).
Running this with a jpg file gives the following error
seb@bagsend:~/Pano/fulla$ fulla -v dsc_7454.jpg
Correcting dsc_7454.jpg -> dsc_7454_corr.jpg
correcting image: : |
ContractViolation:
Precondition violation!
only UINT8 pixels are supported.
(/home/seb/downloads/hugin/hugin/src/foreign/vigra/vigra_impex/jpeg.cxx:484)
caught exception:
Precondition violation!
only UINT8 pixels are supported.
(/home/seb/downloads/hugin/hugin/src/foreign/vigra/vigra_impex/jpeg.cxx:484)
and only an empty .jpg image is created (the folder is where I built
hugin, but hugin is installed in /usr/local/bin).
Thanks,
Seb
thanks, applied to SVN.