How to turn a png into a vector/wickobj

Convert your raster into vector in this handy lil site
it works pretty good in my experience


now you wont be able to directly import the svg in wick so go to the legacy version and import it there
save your project
https://legacy.wickeditor.com/
use the converter and import in wick

select the vector and covert into clip
select the clip and click ctrl+e to save as .wickobj
1 Like

how does this help @FfersBetter besides having the wickobj saved

Normally, you cant import an svg in wick editor

but why dont you just import the png

Because vectors are different from pngs?

I don’t understand that’s just me?

PNG’s are bitmaps. Bitmaps use pre-determined resolution and pixels. SVG’s are vectors. Vectors use math equations which gives infinite resolution at any scale.

In caveman’s terms:

PNG make big blurry, SVG make big good!

1 Like

Also, the .wickobj from legacy is not the modern one, call legacy’s WICKOBJ 1, and modern WICKOBJ2.

Google chorme won’t let me download >:( @FfersBetter

nevermind…

Oh my goodness thank you! I love SVGs so much

but svg’s (especially fill in tools) start to lag depending on the computer you have lol

You can use PNGs/BitMaps in Wick, they’ll just look blurry. Wick’s render lib (Paper.js) is specifically made for vectors (smoothing, simplifying, vector math, angles, fancy math, etc.). It does have code for help in handling Bitmaps, but it’s too vector focused to give high quality bitmap APIs.