Presentation is loading. Please wait.

Presentation is loading. Please wait.

COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it.

Similar presentations


Presentation on theme: "COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it."— Presentation transcript:

1 COMPUTER GRAPHICS

2 Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it will take to store the image on the disk The amount of space it will take to store the image on the disk The display size for a particular output device. The display size for a particular output device.

3 In this lesson we will use image size to refer to the number of pixels in a bitmapped image. The image size of a bitmapped image can be described by the horizontal (H) and vertical (V) pixel count. The total number of pixels in an image is found by multiplying the horizontal and vertical pixel counts H x V = total pixel count 640 pixels wide (V) and 320 pixels high. Calculate the total number of pixels

4 Each pixel of the image contains unique colour information. The amount of colour information, colour depth, is described in the unit of bits. b = number of bits 2 b = number of possible display colours

5 An 8-bit image uses 8 places of binary code to code for the colours. 2 8 = 2*2*2*2*2*2*2*2 = 256 In a one bit image, each pixel has either a 0 or a 1 to code colour so only two colours- black or white-- are used. An 8-bit image uses 8 places of binary code to code for the colours. That allows a palette of 2 8 (2 to the eighth power) = 256 colours or 256 shades of gray.

6 A color depth of 4 bits would be 2 times itself 4 times: 2 x 2 x 2 x 2 = 16 colours A color depth of of 8 bits would be 2 times itself 8 times: 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 256 colours. A 24-bit colour image works with a palette of over 16.7 million colours. The image must set aside the full 24 bits of computer memory for each pixel to give it the flexibility of displaying any of those possible colours. Most images you see either have a colour depth of either 8 or 24 bits.


Download ppt "COMPUTER GRAPHICS. Can refer to the number of pixels in a bitmapped image Can refer to the number of pixels in a bitmapped image The amount of space it."

Similar presentations


Ads by Google