How are Vector images “lossless”?

699 viewsOtherTechnology

Like, Vector images are made of separate shapes instead of pixels, but how does it produce an image on a screen if the screen is covered in pixels?

In: Technology

17 Answers

Anonymous 0 Comments

Raster images like jpg and png basically describe each pixel in an image. For example, the first pixel is black, the second is blue, the third is red, etc.

Vector images are closer to mathematical equations. Draw a blue circle with a 2 unit circumference, 5 units to the right, a yellow rectangle with the height of 10 units and the width of 4 units, etc.

When your screen displays these shapes, it has to solve these equations and convert them to pixels since that’s how your monitor can display them. But as you zoom in, your computer will solve them again and again, so no matter how close you zoom in, the image will have the same quality.

Raster images are great for things like pictures and digital painting, while vector images are usually used with logos, icons, illustrations, and user interfaces.

You are viewing 1 out of 17 answers, click here to view all answers.