Is SVG support planned or was it left out on purpose? Just wondering as I'm looking into dropping node-gm in favour of a library that does not depend on external binaries.
Jimp is bitmap based so no consideration was given to vector support. What kind of support do you have in mind?
Loading in an SVG, resize it and write it as PNG for example.
That sounds like something that would be in scope. If a pure JS library exists already then certainly we can integrate it.
馃憤
The only thing I can think of is rendering SVG to
My feeling is that getting this off the ground would be a bigger job than this project has scope for. If anything every gets build be sure I'll integrate it here. But closing for now.
Would love to have SVG support
My feeling is that getting this off the ground would be a bigger job than this project has scope for. If anything every gets build be sure I'll integrate it here. But closing for now.
any interest in adding SVG support for jimp at this time?
i just started using jimp in a new project, and might be able to contribute a bit once I get a bit more familiar with the jimp API
thank you 馃槉
It's now 2020 and SVG is one of the most common image formats on the web. It would be nice if this was reopened and reconsidered.
Support depends entirely on finding an SVG library that decodes/encode to/from bitmap data. If this exists support should be easy. If it doesn't then you know why it currently isn't supported
@oliver-moran @hipstersmoothie Any update on SVG support? Because, if there is SVG support we can use open type fonts too
Would the canvg library be sufficient to be able to import SVG?
https://github.com/canvg/canvg
Most helpful comment
Would love to have SVG support