2020.03.16 17:56 "[Tiff] Old-Style JPEG Support", by Levi Wilson

2020.03.16 22:45 "Re: [Tiff] Old-Style JPEG Support", by Levi Wilson

I wonder what Irfanview does to handle this as it's viewable in that...or the older version of libtiff?

Also, I tried to checkout that old version of libtiff and build it inside an ubuntu docker image, but it's getting errors when I try to make it (after I got past having to ln -s /bin/sed /usr/bin/sed):

/development/libtiff# make
Making all in port
make[1]: Entering directory '/development/libtiff/port' /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../libtiff     -g -O2 -Wall -W -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.c
libtool: Version mismatch error.  This is libtool 2.1a, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.1a
libtool: and run autoconf again.
Makefile:426: recipe for target 'dummy.lo' failed
make[1]: *** [dummy.lo] Error 63
make[1]: Leaving directory '/development/libtiff/port'
Makefile:507: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Is there a prebuilt archive of older libtiff libraries or one I can apt-get install explicitly to see if it'll work?

Thank you for all of your help!