Two Kinds of Computer Graphics
Two Kinds of Computer Graphics 1. Raster (composed of pixels ) Raster images are more commonly called bitmap images. Bitmaps are composed of pixels.Bitmap images have a fixed resolution and cannot be resized without losing image quality. Common bitmap-based formats are JPEG, GIF, TIFF, PNG, PICT, and BMP . 2. Vector (composed of paths). Vector…