Content deleted Content added
improvements to filename extension explanations |
|||
Line 4:
'''Image file sizes''', expressed in [[byte]]s, increase with the number of pixels in the image, and the color depth of the pixels. The more rows and columns, the greater the [[image resolution]] and the greater the file size. Also, each pixel making up the image increases in size as color depth is increased. An 8-bit pixel (1 byte) can store 256 colors and a 24-bit pixel (3 bytes) can store 16 million colors. The latter is known as [[true color]]. Image compression is used to decrease file sizes, and this will be discussed later.
'''High resolution cameras''' lead to large image files. Files sizes may range from hundreds of kilobytes to many megabytes depending on the cameras resolution and the format used to save the images. High resolution [[digital camera]]s record 8 megapixels (MP) images, or more, in true color. Consider an image taken by an 8 MP camera. Since each of the pixels uses 3 bytes to record true color, the uncompressed image would occupy 24,000,000 bytes of memory. That is a lot of storage space for just one image, and cameras must store many images to be practical. Faced with large file sizes, both within the camera, and later on disc, image file formats have been developed to address the storage problem. An overview of the following image file formats, '''JPEG
==Image file compression==
Line 20:
===JPEG ===
'''The [[JPEG]] (Joint Photographic Experts Group)''' image files are a lossy format. The
===TIFF===
'''The [[TIFF]] (Tagged Image File Format)''' image files are a lossless format
===RAW===
Line 37:
===GIF===
'''The [[GIF]] file format''' is
===BMP===
|