Re: Reading JPEG image compression type
- From: Victory <csharp@xxxxxxxxxx>
- Date: Wed, 05 Nov 2008 06:53:54 -0800
Hi all,
May be a little more explanation is needed here: When reading TIFF, then
the propertyItems will have IDs defined based on the TIFF Standard
definition. Based on the TIFF specs, when ID is 259, the values
represent the type of compression. The compression values can be
CCITTFAX3, CCITTFAX4, No Compression, and so on (the compression can
even be JPG). However, i am reading a file with a JPG extension. This
is different than a JPG within a TIFF.
When reading a file with JPG extension, i need to know the IDs and
structure defined so that i can appropriately map the data into the
structure and find out the properties of the image. What i am interested
in is the compression type. With JPG there are two main categories,
Huffman and arithmetic encoding compression types. Please clarify if
your answers i did not understand. This can be best answered by the
Microsoft developer that wrote the Image object and all its classes.
thank you,
Mars
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: Reading JPEG image compression type
- From: mayayana
- Re: Reading JPEG image compression type
- References:
- Re: Reading JPEG image compression type
- From: Göran Andersson
- Re: Reading JPEG image compression type
- Prev by Date: Re: Writing and printing barcode using some DLL
- Next by Date: Re: how to read exif information?
- Previous by thread: Re: Reading JPEG image compression type
- Next by thread: Re: Reading JPEG image compression type
- Index(es):
Relevant Pages
|