How can we zoom literally unlimited on vector graphics but it gets pixelated in rastor

422 viewsOther

I am trying to understand the process or logic behind unlimited zoom in vector and why is it missing from rastor

In: Other

6 Answers

Anonymous 0 Comments

“Raster” graphics represent an image as a grid of rectangular pixels of varying color. If the pixels are small then the image looks smooth, but look closer and eventually you can see those rectangular chunks. Sharp borders of color at certain angles will look jagged.

Vector graphics represent an image by mathematical formula which chart lines and curves. They can be calculated to any precision you desire so your display device (which is using pixels itself) can always produce output at the limit of its possible resolution, meaning it always looks as smooth as possible no matter the zoom.

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