Types of Digital Graphics
Types of Digital Graphics Raster File Formats BMP: Bitmap is a commonly used raster graphic format for saving file images. The BMP format stores colour data for each pixel in the image without compression. BMP are images used often for printable images. Bitmap Image The Pros of BMP (Bitmap) Bitmap files may translate well to dot format output devices such as printers. Pixel values may be modified individually or as large groups by altering a palette if present. The Cons of BMP (Bitmap) The images can be very large particularly if the image contains a large number of colours. The more complex a Bitmap image is the less efficient the compression process will be. GIF: GIF or Graphics Interchange Format. A GIF is an image file format commonly used for images on the web and also used for sprites in software programs. GIFs use lossless compression that does not degrade the quality of the image. GIFs store image data us...