CrazyEngineers
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Sahithi Pallavi

    MemberFeb 10, 2010

    Even I dont know? Me too waiting for the answer.
    Are you sure? This action cannot be undone.
    Cancel
  • Pechu

    MemberFeb 10, 2010

    Its simple.

    The compression is due to the algorithms we perform on the file, mostly cryptographic algorithms. eg: run length encoding, more...

    take a file with text inside, lots of words occur twice, thrice or lot of times. The repeated words are removed and their count and location are remembered(which takes less space than the words in separate). Later which decompressing, the words are restored.

    You can also see the compression simply by doing the following.

    1. Take a image file of size around 1-5mb.
    2. Insert the image into MS Word.
    3. Save the word file.
    4. Now check the size of the word file. 😀 it will be less than the size of the image because, MS Word has a compression algorithm.



    Like ways lots of algorithms are present for compression.
    " The more we compress, the more time it takes to decompress "



    Some useful links.

    1. #-Link-Snipped-#
    2. <a href="https://en.wikipedia.org/wiki/Data_compression#Applications" target="_blank" rel="nofollow noopener noreferrer">Data Compression Applications</a>
    Are you sure? This action cannot be undone.
    Cancel
  • gaurav.bhorkar

    MemberFeb 10, 2010

    Thanks for the information, Pechu.

    Useful links indeed.
    Are you sure? This action cannot be undone.
    Cancel
  • lal

    MemberFeb 10, 2010

    ya, i didin't know that.
    Are you sure? This action cannot be undone.
    Cancel
  • skipper

    MemberFeb 11, 2010

    Compressing files is about redundant codes. What counts as redundant depends on the file.
    Check out what MPEG and JPEG compression is about--the discrete Hadamard transform.
    Are you sure? This action cannot be undone.
    Cancel
  • kunalonly

    MemberAug 9, 2011

    the compress of data is done by the link list and stack .
    we have the fixed length and variable type of record
    in that algorithm that is the use of the stack and link list
    use for data compress by using the stack and link list algorithm

    thank you
    Are you sure? This action cannot be undone.
    Cancel
  • mickyald

    MemberAug 10, 2011

    it's purely mathematical. for text some compression techniques use directory method like lz77,lz78 and for images and video complex algorithm are use some compressions technologies are mpeg,H.263, H.261, huffman compression etc.
    Are you sure? This action cannot be undone.
    Cancel
  • Maitham.k

    MemberSep 3, 2011

    yes it is pure mathematics and there are two type of compression: loss-less type simply for regular data and data return as it was, and lossy type for sound mostly and videos, data when decompressed is not the same as it was.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register