Post by Nathan Lecompte on Sept 9, 2014 22:11:54 GMT 10
Image TypesJPEG, TIFF, GIF, RAW, BMP and PNG are all file types used to encode digital images. This article will explain certain areas of image file types. CompressionThe main reason for this large collection of file types is the need for compression (cutting the size of the file). Compression can be either Lossy or Lossless. Lossless compression doesn’t discard any information. It uses more efficient ways to represent an image without losing any accuracy in the image. Eg: Replaces a recurring pattern in a file with a short abbreviation to reduce file size.Lossy compression does discard some information in order to achieve smaller file size. Eg: Stores colour information at a lower resolution (because our eyes aren’t as sensitive to small changes in colour) than the image itself to reduce file size.Vectors and Bitmaps (Raster)A bitmapped image is called that because the image is made of squares- squares mapped to a grid. Bitmaps don’t require as much computer power as vectors do. Eg: A bunch of blocks/squares, all a different colour and opacity, make up an image of Joe.A vector image or vector drawing is made up of a mathematical description of start points and end points. Vectors are most common to graphics artists because they can be converted into any size their customer wants. Eg: Draw a line from start point X, Y to end point X1, Y1.
Examples of image types:JPEG Compression: LossyType: BitmapAdvantages: -Large compression ratios = shorter file transfer timeDisadvantages: -Loss of image qualityTIFFCompression: Uncompressed (can be either lossy or lossless)Type: BitmapAdvantages: -No loss of image detailDisadvantages: -Large file size GIFCompression: LosslessType: BitmapAdvantages: -Quality is not lost during compression.Disadvantages: -Low variety of supported colours.RAWCompression: LosslessType: BitmapAdvantages: -More options during post productionDisadvantages: -Longer workflow (more time consuming)BMPCompression: Uncompressed (can be either lossy or lossless)Type: BitmapAdvantages: -Stores each pixel independently (higher quality) -Universal (can be used with almost any program)Disadvantages: -Image file size (usually huge)PNGCompression: LosslessType: BitmapAdvantages: -Offers a variety of image transparency optionsDisadvantages: -Doesn’t support animation (but can through a file extension called MNG)Hope you found this article interesting!
|
|
Post by mosquitojam on May 28, 2015 21:42:01 GMT 10
Very informative, thanks for sharing
|
|