Introduction To Images: Image File Formats
Introduction To Images: Image File Formats
1 bit = a 1 or 0 (b)
4 bits = 1 nybble (?)
8 bits = 1 byte (B)
1024 bytes = 1 Kilobyte (KB)
1024 Kilobytes = 1 Megabyte (MB)
1024 Megabytes = 1 Gigabyte (GB)
1024 Gigabytes = 1 Terabyte (TB)
Images start with differing numbers of colors in them.
The simplest images may contain only two colors, such as
black and white, and will need only 1 bit to represent each
pixel. Many early PC video cards would support only 16
fixed colors. Later cards would display 256 simultaneously,
any of which could be chosen from a pool of 224, or 16
million colors. New cards devote 24 bits to each pixel, and
are therefore capable of displaying 224, or 16 million colors
without restriction. A few display even more. Since the eye
has trouble distinguishing between similar colors, 24 bit or 16
million colors is often called TrueColor.
640 * 480 * 24 = 7,372,800 bits = 921,600
bytes = 900 KiB
Tiff, uncompressed 901K
`
Tiff, LZW lossless compression (yes, its
928K
actually bigger)