
1. Still image
1.1. Bitmaps(raster)
1.1.1. Bitmap is a simple matrix of the tiny dots that form an image and are displayed on a screen or printed
2. Bitmaps
2.1. Advantages
2.1.1. Can have different textures on the drawing ; detailed and comprehensive
2.2. Disadvantages
2.2.1. Large file size
2.2.2. Not easy to make modification to objects/drawings
2.2.3. Resizing a bit mapped image requires either duplicating pixels
2.2.4. Graphics become "blocky" when the size is increased.
3. Vector drawing
3.1. Vector-drawn graphics
3.1.1. Applications of vector-drawn object
3.1.2. How vector-drawn images work
3.1.3. Vector-drawn image versus bitmaps
3.2. Vector-drawn images are used in the following areas
3.2.1. Computer-aided design (CAD) programs needed by architects and engineers
3.2.2. Graphic artist designing for the print media
4. JPEG(Joint photographic Expert Group)
4.1. Commonly used standard method of compression for photographic images
5. Macintosh formats
5.1. PICT is a versatile format developed by Apple.
6. Natural light and color models
6.1. Additive color
6.1.1. In the additive color method, a color is created by combining colored light sources in three primary colors-red, green, and blue (RGB)
6.2. Subtractive color
6.2.1. In the substrate color method , color is created by combining colored media such as painted or ink.
6.3. Dithering
6.3.1. Usually, digitized images are 24 bit, 16 million color depth.
7. Cross-platform formats
7.1. JPEG, GIF, and PNG- Most commonly used format on the Web
8. Windows formats
8.1. The most commonly used image file format on Window is DIB, also known as BMP
9. GIF
9.1. 8-bit per pixel, bitmap image format commonly used by the world wide web
10. PNG
10.1. Support more than 16.7 million colors.
10.2. Use lossless compression technique
11. Image file compression
11.1. Lossless compression
11.1.1. Every single bit of data that was originally in the file is uncompressed. All of the information is completely restored
11.2. Lossy compression
11.2.1. Reduces a file by permanently eliminating certain information, especially redundant information
12. Vector graphics
12.1. Advantages
12.1.1. Vector images use less memory space
12.2. Disadvantages
12.2.1. Object/drawing cannot have texture
12.2.2. Cannot be used for photorealistic images