AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
March 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.03.12 23:01 "Old-style JPEG", by Secure Payment Systems Rick Cone
2008.03.12 23:24 "Re: Old-style JPEG", by Bob Friesenhahn

2008.03.12 23:01 "Old-style JPEG", by Secure Payment Systems Rick Cone

Hello,
 
I am dealing with some TIFF images from a bank using a Unisys mainframe. 
 
The TIFF images have the Old-style JPEG compressions scheme.
 
I did not have libtiff with the Old-style JPEG support, so I properly
compiled the latest libtiff with the latest JPEG libs (libjpeg), including
doing what is the docs in the libtiff "contrib/ojpeg" directory.
 
I get the following when I try to deal with the images:
 
#/usr/local/bin/tiffinfo myefront.tif
myefront.tif: Huffman table too big.
myefront.tif: Huffman table too big.
sh: 22565 Memory fault - core dumped
 
#/usr/local/bin/tiffcp -c lzw myefront.tif myefrontc.tif
myefront.tif: Huffman table too big.
myefront.tif: Huffman table too big.
sh: 22589 Memory fault
 
Thanks,
 
Rick Cone
Secure Payment Systems