Suppose we compress for example a .txt file that has 7 bytes size. After compression and convert to .zip file, the size will be 190 bytes.
Is there a way to estimate or compute the approximate size of “overhead”?
What factor affects the overhead size?
The Zlib compute the overhead: They said: “... only expansion is an overhead of five bytes per 16 KB block (about 0.03%), plus a one-time overhead of six bytes for the entire stream.”
I just put this site to tell that it's possible to estimate the "overhead" size.
Note: Overhead is some amount of extra data added into the compressed version of the data.