






· JPEG (Joint Photographic Experts Group): This format supports compression and works at all color depths. The image compression is adjustable, but beware: Too high a compression could severely reduce image quality, since JPEG compression is lossy. Use JPEG to create TrueColor Web graphics, or if you don't want your image to take up a lot of space. JPEG is a good format for photographs.

JPEG
The JPEG (short for Joint Photographic Experts Group) file format is the best way to compress photographs for web publication. JPEGs store images in 24-bit color (GIFs only use 8 bits or less) allowing you to save millions of colors. Consequently, JPEGs are better suited for photographs and images with fine gradations of tone and color. Most digital cameras also use the JPEG format to store images.


6) it seems that the display needs to be in 16bpp mode for the bootsplash to work -- is this correct?
Currently the bootsplash only works with 16bit. It's still outstanding to implement at least 24bit depth as well. But as you dont get that much out of it (except nicer gradients and 50% higher memory consumption) this has not been done yet. For the vesa framebuffer you can specify i.e. vga=791 for 1024x768.
Implementing other bit depths than 16bit, and other picture loaders than the jpg one are things that come to the mind. Also the userspace utility needs nicer config files. There is currently no code that works with 2.5.

Void Main wrote:1 bit = 2 colors
4 bit = 2*2*2*2 = 16 colors
8 bit = 1 byte = 2*2*2*2*2*2*2*2 = 256 colors
16 bit = 2 bytes = 256*256 = 65,535 colors
24 bit = 3 bytes = 256*256*256 = 16,777,216 colors
32 bit = 4 bytes = 256*256*256*256 = 4,294,967,296 colors

Users browsing this forum: No registered users and 0 guests