DSLua Community
Welcome, Guest. Please login or register.
May 21, 2012, 08:20:17 PM
1371 Posts in 262 Topics by 33109 Members
Latest Member: Limewire Download
DSLua Community  |  DSLua - Best scripting language for Nintendo DS  |  Need Help?  |  16 bit Backgrounds and Images in 0.7 « previous next »
Pages: [1]
Author Topic: 16 bit Backgrounds and Images in 0.7  (Read 1327 times)
sylus101
Waxing Crescent
**
Posts: 68



« on: May 25, 2007, 02:40:20 PM »

Hello all,

I'm a graphic idiot. If there is anything I struggle with the most, it's the graphics for my project.

I'm not sure how much I'll use 16 bit images, but I'll definitely like nicer backgrounds and have a stupid question anyway. In MSPaint, you can save as a 24 bit or down to 256 colors....

How do you get a 16 bit bmp? I use mtPaint as well, but can't find it there either.
Logged
Jeremysr
First Quarter
***
Posts: 215



WWW
« Reply #1 on: May 25, 2007, 02:55:55 PM »

I'm pretty sure 24-bit BMP's work on 16-bit backgrounds...
Logged
daltonlaffs
First Quarter
***
Posts: 189


Freaking Insane


WWW
« Reply #2 on: May 25, 2007, 03:35:13 PM »

Bittages in images are quite often misunderstood.

The number of bits simply determines how many colors can be in the color pool at once. For instance, 24-bit bitmaps have a color-pool of about 16.7 million colors, and an RGB limit of 255 each way.

Less bits simply lowers the possible number of colors in the color pool. But even a 16-bit image has approximately 11.3 million colors, and about a 191 RGB limit. In other words, the pathetic imaging abilities of a human eye probably wouldn't notice the difference unless the color pool was displayed right in front of them, due to the number of close colors.

Anything that implies '16-bit bitmaps' is basically saying they want a 24-bit bitmap (or higher), and they're gonna strip the colors down to a slightly different set, which you most likely won't notice.

So don't worry about it, just use 24-bit  Grin

EDIT: It just occurred to me that I wasn't too clear about how it 'strips down the colors'. Here's an example:

Let's say, 24-bit bitmap color are looked at like this, in numbers:

1 2 3 4 5 6 7 8 9

A 16-bit would strip some of those colors, to make it look like this:

1  3  5  7  9

However, any colors falling on '2,4,6, or 8' would be moved either to the left or to the right (program decides). However, it doesn't matter. The colors are so close, the human eye wouldn't even notice. End of explanation Smiley
« Last Edit: May 25, 2007, 03:42:28 PM by daltonlaffs » Logged

Code:
-- Bored? Read code line below.
-- Bored? Read code line above.



^^ That works, I SWEAR! ^^
sylus101
Waxing Crescent
**
Posts: 68



« Reply #3 on: May 26, 2007, 12:54:46 PM »

Sounds good to me, thanks guys.
Logged
Pages: [1]
« previous next »
    Jump to: