Hacker News new | ask | show | jobs
by Matheus28 562 days ago
The only similarity between the two is that they deal with images.

That library only resizes and does other basic pixel level operations.

Skia is for drawing vector graphics.

1 comments

> Skia is for drawing vector graphics.

What do you mean by "vector graphics"?

Both Canvas and ImageData work only with pixels.

Skia’s api is focused around using postscript-like commands such as “move to” “line to”, etc to produce vectors that it rasterizes.