|
|
Basics of images on the webWhy use Images on the Web?Images and graphics are a fundamental source of communication. I would rather show a picture of the 'Monalisa' to people and have them appreciate her beauty than describe her with lots of adjectives! Now, images and graphics made on the computer can be broadly classified into two, CMYK and RGB depending on their color information. Images and graphics can also be classified into two categories - Vector and Raster - depending on how information is stored. CMYKCMYK, which stands for Cyan, Magenta, Yellow and Black (K), images are used in the print media such as magazines, newspapers etc. Printing machines use inks of these four colors. Other colors are derived by mixing these four fundamental colors in appropriate proportions. RGBRGB takes its name from Red, Green and Blue colors. RGB images are meant for display on display screens such as computer monitors, TVs, LCD monitors etc. These devices use 3 basic colors and all other colors are made by mixing red, green and blue. Since the topic of discussion is web graphics, we'll be concerning ourselves with RGB images only. RGB image formatsRGB images can be stored in various file formats. Common RGB image formats are the TIFF (Tagged Image File Format) and BMP (Bitmap). Most image editing and manipulation tools have their proprietary formats, such as .PSD (Adobe PhotoShop), .PSP or .PSPIMAGE (PaintShop Pro) etc. Important points to remember for web graphics
What are PIXELS?
Vector and Raster graphicsFile formats such as .BMP, .JPG, .GIF, .TIFF etc are all raster images formats, which carry color information of each pixel in graphic. This makes raster images quite large in size even when compression algorithms are used. Vector images store information in form of mathematical equations. A circle or a square will be represented by formula rather than pixel information. This makes vector images relatively smaller in size. Vector and Raster graphics on the WebThe .GIF, .JPG and .PNG formats, which are prevalent on the web, are all raster image formats. One of the promising vector image technologies for the Internet is SVG but it's yet to become popular. (SVG requires a browser plugin. At the time of writing, the plugin was only available for Internet Explorer).
Page contents: Details on web images and pixels. Also included are briefs on color formats (CMYK and RGB) and image formats - raster and vector formats.
Page URL: http://www.webdevelopersnotes.com/graphics/ basics_of_web_images.php3
|
|