
A 1x1 pixel bitmap is 58 bytes, but a 1x1 pixel jpg image is an unbelievable 619 bytes.
A 1x1 pixel 24-bit (16777216 colors, no alpha) bitmap is 58 bytes, yet a 1x1 pixel 2-color bitmap is 66 bytes.
I still do not understand how this happens. I just know that it is really weird.

From CMD:
Code: Select all
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\yuval>cd desktop\directory1
C:\Documents and Settings\yuval\Desktop\Directory1>dir /o:s
Volume in drive C has no label.
Volume Serial Number is B42E-B97C
Directory of C:\Documents and Settings\yuval\Desktop\Directory1
11/13/2008 19:35 <DIR> ..
11/13/2008 19:35 <DIR> .
11/13/2008 19:30 58 1px.bmp
11/13/2008 19:34 66 1pxmonochrome.bmp
11/13/2008 19:35 122 1px16.bmp
11/13/2008 19:34 142 1px.png
11/13/2008 19:30 631 1px.jpg
11/13/2008 19:34 807 1px.gif
11/13/2008 19:35 1,082 1px256.bmp
7 File(s) 2,908 bytes
2 Dir(s) 79,036,616,704 bytes free
C:\Documents and Settings\yuval\Desktop\Directory1>
BTW, in case you didn't know, the "dir /o:s" thing in the CMD code displays all the files in the active directory sorted from smallest to largest.