Author |
Message |
Guest
Offline
|
Posted: Tue Mar 14, 2006 8:53 pm Post subject: LVZ +size then image |
 |
|
|
|
For somereason the file size for some of my image is smaller then in LVZ form why is this?
Lvz size= 302
Img's size= 283 |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Tue Mar 14, 2006 10:20 pm Post subject: Re: LVZ +size then image |
 |
|
|
|
Anonymous wrote: | For somereason the file size for some of my image is smaller then in LVZ form why is this?
Lvz size= 302
Img's size= 283 |
Certain image formats are already compressed, such as gif and png. Jpeg files do not compress well under zlib, which is the compression library used in LVZ files. Also, with LVZ files, there is a couple of bytes overhead to store filenames and other information about the LVZ file itself.
To see how much space each section takes, run the LVZ through Debuildlevel.exe, which is contained in lvztoolkit.zip. It will output all the compression sizes and ratios of each section. |
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Wed Mar 15, 2006 12:03 am Post subject: |
 |
|
|
|
X-LvzToolkit will use the maximum compression level, but mgb is right too |
|
Back to top |
|
 |
|