Re: JPEG compression in a TIFF file, pointless?
- From: Thomas Richter <thor@xxxxxxxxxxxxxxxxx>
- Date: Thu, 22 Dec 2005 21:54:32 +0100
cypherswipe wrote:
Is there any point in using a TIFF with JPEG compression as opposed to just using a JPEG? Even with the lossy compression, TIFF files are still massive, plus using lossy compression defeats the whole comcept of using TIFFs to preserve your images. If you're going to use TIFF, use lossless compression. If you're going to use lossy compression, use JPEG. Is there any purpose for which a JPEG compressed TIFF is actually useful?
You're comparing apples to oranges. JPEG is not a file format, it is a codestream format. One popular file format for JPEG is JFIF, the one
you typically use (and misname as "JPEG"). A file format defines room for additional meta information. For the same classification, TIFF is *not* an image compression standard. It is a container format that is able to carry several codestream formats. It starts from "raw" uncompressed image data (which is often identified with TIFF, though this is really a misconception) and included JPEG codestreams as just another alternative.
Thus, you can either ask: Does it make sense to use TIFF as JPEG container format instead of JFIF? Actually, for typical applications, the difference isn't high. TIFF might be more flexible, but it isn't "huge" (this is because you compare TIFF carrying raw image data with JFIF carrying a JPEG codestream) by itself. JFIF as container for JPEG is clearly more popular.
And you may ask, does "raw image data" make more sense than JPEG compressed data? (Which is the matter of the codestream). And the answer is again, "depends on what you want to do".
So long, Thomas
.
- Follow-Ups:
- Re: JPEG compression in a TIFF file, pointless?
- From: cypherswipe
- Re: JPEG compression in a TIFF file, pointless?
- References:
- JPEG compression in a TIFF file, pointless?
- From: cypherswipe
- JPEG compression in a TIFF file, pointless?
- Prev by Date: Question about mmap wrt compressed files
- Next by Date: Re: Question about mmap wrt compressed files
- Previous by thread: JPEG compression in a TIFF file, pointless?
- Next by thread: Re: JPEG compression in a TIFF file, pointless?
- Index(es):
Relevant Pages
|