This document provides an overview of computer graphics and image file formats. It discusses the two main types of graphics - bitmapped (raster) and vector graphics. Bitmapped graphics store images as grids of pixels while vector graphics use shapes and paths. Common file formats for each type are also outlined, including JPEG, GIF and PNG for bitmapped images and SVG for vector images. Factors for choosing a file format like image type, portability and transparency support are highlighted. Concepts like color depth, compression, dithering and alpha channels are also summarized.