V
Victory
Hi,
I need to know the compression type of jpeg (jpg) files. I am using the
System.Drawing.Imaging and loading the file using an Image object. The
next thing i do, is to examine the propertyItems property of the object
which gives me an ID, a type and Value. I am able to check for an ID of
259 (259 is the compression id) for Tiff images and check the value
upper and lower significant bits of the value to see the compression.
But i don't know how these (id, type, value) map for a jpeg image. Any
ideas?
thanks,
Mars
I need to know the compression type of jpeg (jpg) files. I am using the
System.Drawing.Imaging and loading the file using an Image object. The
next thing i do, is to examine the propertyItems property of the object
which gives me an ID, a type and Value. I am able to check for an ID of
259 (259 is the compression id) for Tiff images and check the value
upper and lower significant bits of the value to see the compression.
But i don't know how these (id, type, value) map for a jpeg image. Any
ideas?
thanks,
Mars