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
July 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.07.23 23:05 "Converting from Jpeg compressed Tiff", by Argo Abramian
2008.07.23 23:23 "Re: Converting from Jpeg compressed Tiff", by Chris Cox
2008.07.24 15:45 "Re: Converting from Jpeg compressed Tiff", by Argo Abramian
2008.07.24 16:48 "Re: Converting from Jpeg compressed Tiff", by Bob Friesenhahn
2008.07.25 13:15 "Re: Converting from Jpeg compressed Tiff", by <jcupitt@gmail.com>
2008.07.24 19:19 "Re: Converting from Jpeg compressed Tiff", by Chris Cox
2008.07.25 04:25 "Re: Converting from Jpeg compressed Tiff", by Ed Grissom
2008.07.24 01:09 "Re: Converting from Jpeg compressed Tiff", by Bob Friesenhahn

2008.07.24 15:45 "Re: Converting from Jpeg compressed Tiff", by Argo Abramian

Thanks for replies. Jpeg compressed tiff file was created by saving no
compression tiff file with jpeg compression option in Photoshop CS3. It
gave a warning: "This compression is not supported in older TIFF
readers. Use compression?" I am new to this so I don't know what kind of
Jpeg encoding CS3 is using. Previews for other tiff files I was able to
generate with ImageMagick but it fails with Jpeg compressed tiff files.
Someone suggested using LibTiff for this so I downloaded tiff-3.8.2 from
ftp://ftp.remotesensing.org/pub/libtiff/  But he was no tiff2jpeg so I
tried tiff2pdf but it gave me output files that did not look good (with
large horizontal bars) the only time it output more or less correct jpeg
when I used it with "-n" option but the output file was too small in
pixels but 4 times bigger in file size. 

Basically I am just asking for advice: what would you suggest to use to
generate preview from this kind of tiff file:

http://209.208.230.141/bwt/Bad_700K_RGB_JPG.tif

Thank you very much.

 

________________________________

From: tiff-bounces@lists.maptools.org
[mailto:tiff-bounces@lists.maptools.org] On Behalf Of Chris Cox
Sent: Wednesday, July 23, 2008 7:23 PM
To: Argo Abramian; TIFF
Subject: Re: [Tiff] Converting from Jpeg compressed Tiff

 

Well, are they old-JPEG (TIFF 6 spec, buggy) or new JPEG (technote 1)
encoded in the TIFF files?
Where did the failing images come from?
What version of LibTIFF are you using?
Did you compile it with JPEG (old or new) support?

Chris



On 7/23/08 4:05 PM, "Argo Abramian" <Argo.Abramian@brandwizard.com>
wrote:

Hi, in my asp.net web application I need to be able to generate jpegs
and gifs from tiff files. No compression or LZW or ZIP compressed files
I can process using various programs but all of them fail when dealing
with JPEG compressed tiff files. Any help would be greatly appreciated.
Thanks

________________________________