To answer my own questions...
Yes the old PTBatcher runs the old versions of the tools. At least at
first I thought that I could tell it was the old versions because the
old MultiBlend ran with its RGB problem and produced some interesting
results with spookie colours.
> The weird thing is that it mentions that it encounters a wrong jpeg
> compression in a tiff file.
> - Tiffs don't use jpeg compression (wrong enfuse error?)
Tiff don't use JPG compression? Where did you get that idea???
Tiff is a file format that allows a sequence of tagged blobs (blob=
bunch of binary data). Usually one is an Image blob, and the
compression mode can be specified. Several compression methods are
available, like none, lzw, rle and jpeg.
Anyway.... it isn't complaining about jpeg compression in the tiff
file.
You get this message when you're running the wrong headers in
combination with the wrong library.
The program tries to specify
COMPRESSION_LZW
which was defined as
#define COMPRESSION_LZW 4
in one version of the library, but the new version has:
#define COMPRESSION_OJPEG 4
in the header. So the library interprets the passed value wrong.
(I made up the symbols and values in the above example, but it's
something like that.)
Anyway, the program is /using/ a different TIFF library from the
headers it was compiled against.
Roger.
--
** R.E....@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
** Delftechpark 26 2628 XH Delft, The Netherlands. KVK: 27239233 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
The plan was simple, like my brother-in-law Phil. But unlike
Phil, this plan just might work.
On Sat, Apr 21, 2012 at 09:00:16AM +0200, Harry van der Wolf wrote:
> > enfuse: error: OJPEG encoding not supported; use new-style JPEG
> The weird thing is that it mentions that it encounters a wrong jpegTiff don't use JPG compression? Where did you get that idea???
> compression in a tiff file.
> - Tiffs don't use jpeg compression (wrong enfuse error?)
Tiff is a file format that allows a sequence of tagged blobs (blob=
bunch of binary data). Usually one is an Image blob, and the
compression mode can be specified. Several compression methods are
available, like none, lzw, rle and jpeg.
Anyway.... it isn't complaining about jpeg compression in the tiff
file.
You get this message when you're running the wrong headers in
combination with the wrong library.
The program tries to specify
COMPRESSION_LZW
which was defined as
#define COMPRESSION_LZW 4
in one version of the library, but the new version has:
#define COMPRESSION_OJPEG 4
in the header. So the library interprets the passed value wrong.
(I made up the symbols and values in the above example, but it's
something like that.)
Anyway, the program is /using/ a different TIFF library from the
headers it was compiled against.
The big test is, can YOU run with LZW compression? (I expect: yes) If
so, that is a strong hint that george is not using the same library
binary as you are.
This could mean that on your system you are not using the tiff library
you just built and include in the package, or the other way around, on
george's system the hugin tools are not using the packaged libraries
but the system ones.
--
You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx