Understanding Vector and Bitmap

Vectors and bitmaps are two different ways of storing and displaying images.

Images are typically saved in one of two formats: vector or bitmap. Understanding the difference is essential for creating professional, high-quality visuals.

Vector: Sharp at Any Size

A vector image is not made of pixels, but of mathematical formulas that define lines and shapes. Think of it as a recipe for a drawing.

The main advantage is that you can scale a vector image infinitely without any loss of quality. The mathematical formula is simply recalculated for the new size, ensuring the image always remains perfectly sharp. This makes vectors ideal for elements that need to be used in various sizes.

When to use a vector?

Common vector formats: .ai, .eps, .svg

Understanding Vector and Bitmap

Bitmap: For Detail and Photography

A bitmap image, also known as a raster image, consists of a fixed grid of coloured dots called pixels. A photograph is the perfect example.

The number of pixels is fixed. If you enlarge the image, these pixels are stretched to fill the new space. This causes the image to lose sharpness and become pixelated or blurry. Bitmaps are therefore resolution-dependent and less flexible in size.

[An illustration showing the difference can be placed here]

When to use a bitmap?

Common bitmap formats: .jpg, .png, .gif, .tif

Vector vs. Bitmap at a Glance

CharacteristicVectorBitmap (Raster)
CompositionMathematical formulas (lines, shapes)Grid of pixels (dots)
ScalabilityInfinitely scalable without quality lossLoses quality when enlarged
Ideal forLogos, icons, illustrations, printPhotos, detailed web images
File SizeUsually smallerOften larger, depending on resolution
File Formats.ai, .eps, .svg.jpg, .png, .gif, .tif

Making the Right Choice

The choice between vector and bitmap depends entirely on the application. Use the following rule of thumb:

By choosing the correct file type, you ensure that the university's visual communication always looks professional and sharp.