Whats the difference between vector and bitmap files?
Vector graphics are made up of many individual objects. These objects are defined mathematically as a series of control points joined by lines or curves. Each object is self-contained, with properties such as color, shape, outline, size, and position on the screen. As an example, to draw a red square with a black outline, the software only has to know the position of the 4 corner control points, draw black lines between them, then fill the enclosed space with red. Since each object is self-contained, you can move and change its properties over and over again while maintaining its original clarity and crispness. Vector-based drawings are also resolution independent. This means that they appear at the maximum resolution of the output device, such as your printer or monitor. The image will not loose its proportion or definition when it is scaled up or down. Bitmap, or raster, graphics are actually a “pixel map” that describes how to display an image pixel by pixel on the screen. Bitmaps a