Multimedia part 1 Flashcards
Computer Graphics ?
It’s representation of image data by a computer specifically with help from specialized
such as : Hardware: Graphics Cards and Cameras
Software: Adobe Photoshop and Unity
Graphics Terminology ?
Pixels ( smallest element in an image)
( square shape)
Image Dimensions ( Is measured by the Width x Height of a digital image )
What are the types of graphics ?
Bitmap Graphics ( Raster graphics)
Vector Graphics ( object oriented graphics)
Painting pixels on the screen with a pointing device like mouse capturing an image with a digital camera is ? ( painting software’s)
Bitmap Graphics ( Raster graphics)
Pointer movements translated into lines and patterns on screen using mathematical formulas ?
Vector Graphics (Object Oriented Graphics)
Color depth / bit depth ?
Is the number of bits devoted to each pixel
Each pixel represented by 1 bit ( black or white) ? 1 or 0
Simple bit mapped (monochrome)
How to calculate the file size of a simple bitmap image with dimensions 250x 200 ?
Total Number of pixels in the image = 250 * 200 = 50,000 pixels
File size = 50,000 pixels * 1 bit/pixel = 50,000 bits
[1 byte = 8 bits]
Gray- scale graphics ?
Uses 8 bits per pixel ( ex allows up to 256 different shades )
How to calculate the file size of a gray scale image with dimensions 250 x 200 ?
Total Number of pixels in the image = 250 * 200 = 50,000 pixels
File size = 50,000 pixels * 8 bit/pixel = 400,000 bits ~ 50,000 bytes
Color depth ?
Modern PCs uses 24-bit (True Color) to display millions of colors at a time , photorealistic color such as RGB: (Red, Green, Blue)
Is a measurement of the pixel density of an image measured in ( inch ppi) ?
Resolution
What is object oriented Graphics / ( vector Graphics) ?
Are scalable graphics that are built using mathematical formulas
What is advantage of vector graphics ?
That they can be resized without losing image quality like : Drawing software’s ( Inkscape)
Differences between Bitmap and vector ?
Bitmap ( stores as dots )
More memory / Good for paintings
Texture and shading
Vector ( stores as objects)
Less memory / Lines cleaner
Good for graphs , charts ( 3D)