Jump to content

importing bitmaps


Recommended Posts

Bitmap depth is the number of bits used to store the color information for each pixel. 1 bit is black and white only. 8 bit is 256 colors. 16 bit is 65536 colors.

2 raised the # of bits = # number of colors.

The trade off is size. depending on the number of horizontal and vertical pixels in the image. Each one take that many bits of space.

So a 200 x 200 image at 8 bits would be 312.5kb, while the same 200 x 200 image at 32 bit would be 1.25mb.

Matthew GiampapaNNA Technical Support

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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...