What’s the difference between Vector Graphics and Pixel Graphics?

510 views

What I’ve read online says that Vector art uses math to make the image scale better but isn’t ‘math’ used in Pixel art in, say, Photoshop as well? I’m having trouble wrapping my head around how the math might be different when creating a line in Photoshop vs Illustrator for example.

In: 7

11 Answers

Anonymous 0 Comments

The best analogy I’ve ever heard is that pixel art is like a colored sandbox.

The only information stored is the color in each pixel.

There may be convoluted software algorithms that change that color, but, when you save, you just save the color.

Meanwhile, vector art is like a bunch of magical rubber bands.

No pixel information is stored for vector art. Instead, you store a series of points, and the path each line takes from point to point in the form of bezier curves (the “math”).

A positive trait of vector art is that you can make it infinitely bigger or smaller without losing information.

(There’s actually some more math and more options, but that’s the basics)

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