Jump to content

8 bits 16 bits question


Recommended Posts

okay i have a simple question that for sure ya can answer easy  here it goes! :)

whats an 8-bits and 16 etc?

does it means you can use 8 different colors only?

or

does it means the canvas MUST be 8 x and 8 y?

or

does it means 8 pixels x and y and canvas can be any size?

 

I am still confuse?

i read many stuff but they dont go to the point :unimpressed:

Link to comment
Share on other sites

8 bit means a data value containing 8 digits of binary data. In binary this means a number from 00000000 to 11111111 which in decimal is a range from 0 to 255.

An 8 bit color depth can contain one of 256 colors usually selcted from a palette.

8 bit when applied to color channels like RGBA means each one can hold a value of 0 to 255. Or 4 x 8 bit = 32 bit RGBA. This is how paint.net stores colors.

16 bit has twice as many binary digits and can store decimal numbers up to approx 64000.

The number of bits does not correlate to the same number of colors. Nor does the number of bits have anything to do with the canvas size.

  • Upvote 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...