nodeca / pica

Resize image in browser with high quality and high speed

Home Page:http://nodeca.github.io/pica/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outputs an SVG file

Namchee opened this issue · comments

I'm trying to resize an image using pica and output it to an SVG file using toBlob with mimeType: image/svg+xml. However, it seems that the generated file is unreadable since it's binary formatted. Here's the generated SVG in question:

icon.zip

Does pica actually support SVG outputs?

This is raster library. Vectors processing is out of scope.