Actually, a reasonably large archive of PNG images will be about 24/25 times the unpacked size, when compressed with a popular archive format such as ZIP or RAR.
A small archive of PNG images will be a few KB larger. However, it's more convenient to pack files for easy transportation via the Internet.
Here's a little test I've just done using the "Zelda Final Update.zip" archive:
Code:
ORIGINAL ZIP RAR 7-ZIP STORED
51.9MB 49.8MB 48.7MB 38.4MB 52.3MB
Although compressing a single compressed file is illogical, compressing multiple compressed files using a global dictionary -- as opposed to one per file -- is quite efficient, which is why 7-zip is significantly better than other archivers when compressing large amounts of files.
Ragdoll said:
If you try it, you'll see it often results in a larger result, since the file is already at the minimal size, and the compression software can't notice that.
PNG files are not the minimal size. The true minimum compression size can usually only be obtained via compressing by hand or an extremely slow brute-force compressor.