How to find out a .TIF, JPEG,GIF Image compression format ?

G

Guest

Hi,
Is there any way to get . TIF, JPEG,GIF compression format.
Like i have couple of images saved in my hard drive .
i want to get each of these images compression format.
any comments on this topic

cheers

mcimaging
 
C

Cowboy \(Gregory A. Beamer\)

..NET has both JPEG and GIF, although not complete implementations of either.
The .NET GIF always uses 256 colors, for example, and you have to "hijack" a
palette to get specific colors. :)

TIFF uses LZW, as does GIF
http://marknelson.us/1989/10/01/lzw-data-compression/

For more info on image compression, you can also look here.
http://datacompression.info/GIF.shtml - GIF


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
G

Guest

Thats a good idea, but what we need to get at is more related to the
compression method than the file format.

Were trying to detect if the file is of CCITT group 3, CCITT group 4, or
JPEG compression
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top