Results 1 to 6 of 6

Thread: Zip files

  1. #1

    Default Zip files

    As a general rule of thumb, what is the compression factor with this
    function? I know it is a ballpark factor but need a starting point.

    Thanks


    --
    Darrel (Dee) Witham
    Professional Data Services, Inc

  2. #2

    Default Re: Zip files

    > As a general rule of thumb, what is the compression factor with this
    > function? I know it is a ballpark factor but need a starting point.

    You can't "calculate" the compression ratio (aka compression power). The
    actual ratio depends on the type of the data being compressed. Files with a
    repetitive data structure (i.e. images with large white areas) result in
    smaller archive files than those of a more random nature.

    It is possible to see compression ratios as high as 99.99%, yet it is also
    possible to get very little or no compression at all. This depends on the
    type of data being compressed. When compressing text files, e.g. Word
    documents, ASCII text files, Excel or emails, the compression ratio will be
    very high. When compressing binary files or files already compressed (.MP3,
    ..RAR, .7Z, .ZIP, .JPG), the compression ratio will be lower.

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    Helping You Build Better Installations
    SetupBuilder "point. click. ship"
    Official Comodo Code Signing and SSL Certificate Partner

  3. #3

    Default Re: Zip files

    Encrypted files don't compress much either.

    e.g., compare a compressed TPS with a compressed encrypted identical
    TPS.

    >When compressing binary files or files already compressed (.MP3,
    >..RAR, .7Z, .ZIP, .JPG), the compression ratio will be lower.

    Jeff Slarve
    www.jssoftware.com
    www.twitter.com/jslarve
    I'll search help files & Google for you.

  4. #4

    Default Re: Zip files

    > Encrypted files don't compress much either.
    >
    > e.g., compare a compressed TPS with a compressed encrypted identical
    > TPS.

    Yes, that is correct!!

    Friedrich

  5. #5

    Default Re: Zip files

    In my experience, the compression ballpark figure is somewhere between
    1% and 99% compression <g>. But it does always seem smaller.

    --

    Russ Eggen
    RADFusion International, LLC

  6. #6

    Default Re: Zip files

    Russ - thanks<VBG>

    --
    Darrel (Dee) Witham
    Professional Data Services, Inc

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •