Also, when would you use one vs the other?
|
|
Vector graphics are graphics in which the image is represented in a mathematical fashion. What this allows one to do is to zoom in an image to infinite precision. They are ideal for situations in which an image might be used at various resolutions and dimensions. Raster graphics are of a fixed dimension, somewhat like a grid pattern with specified values at each point. These graphics are the default for things from the real world (IE, scanned images, photographs, etc). They are ideal for use when an image will only be used once, and will never need to be enlarged, or if portions are coming from a photograph or other real-world image. |
|||||
|
|
@Pearsonartphoto already puts it nicely. In an effort to find the shortest possible definition that is still correct:
|
||||
|
NOTES: Inkscape would be an example of a Vector Graphics editor, while GIMP/Photoshop/Paint.NET/etc are suited to editing raster images. Ever notice that as you zoom into an image, the quality gets lower? That's a raster image. A raster image is like the one your digital camera takes. They are usually in the formats JPG (lossy), GIF (lossless), PNG (my favorite; lossless), and many others. This is a Raster Graphics editor in action:
Meanwhile, vector images are in the format of SVG, and some others. Their applications are not usually for everyday use. (Ordinary people don't use vector graphics.) You can't upload .svg files, normally, and not everyone has an editor (even though Inkscape is free). They're based on the mathematical idea of vectors:
Vector graphics can do more than just lines, though. They can draw other "primitives" like squares, circles, curves. Here's an image that explains the difference best: http://en.wikipedia.org/wiki/File:VectorBitmapExample.svg Notice I couldn't upload because it was in .svg (vector) format. You CAN convert it to a raster, though, but I was too lazy. |
|||
|
|

