Thursday 14 February 2013

Raster and Vector Images

Raster and Vector


There are two different ways to generate images, Raster and Vector. They are both different ways to create images. Even though Raster is the more common of them both, Vector is actually a better method.

Raster (bitmap).

Raster images are made by pixels in a grid, each pixel is assigned a specific 
Example of what Raster images look
like normal & zoomed.

co-ordinate. Each pixel is also given an RGB colour (mixture of Red, Green & Blue, each colour ranging from 0-255) which is sent to the co-ordinated pixels, when all pixels have their colour, it creates an image on screen. The more pixels there are on the screen, the more precise the RGB can be so the image looks better.

When magnified far enough (depending on the image resolution), you can see each of the individual pixels that make up the image. This, when used in low resolutions on video games, can make the game look really bad.

Common file types that use Raster generation include JPEG, TIFF, GIF and BMP.


Vector.
Vector images use a very different method to create an image. Vector images use mathematical points in space as references, then connects them with lines.

This is the far superior method of generating images. This is because, for example, if it was scaled to the size of the world, it will still be as clear as if it was the size of a normal Full HD image (1920x1080).

Vector compared to Bitmap (Raster)
Vector images are mainly used in mobile devices, particularly touch screen. This is because the co-ordinate based image creation helps with the relation between the input device (touch screen) and the image displayed.

Common file types that use vector generation include PSD, WMF and FLA.

No comments:

Post a Comment