A
A
Alex2018-08-24 12:44:06
WordPress
Alex, 2018-08-24 12:44:06

Is there a plugin or service for rendering svg by image for wordpress?

There was a need to display an image with interactive elements on the site. I see 2 options:
1) Fast in development, inconvenient for the user - we draw on a computer or some online service (if any) svg from the image, take one and the other and upload it to the admin panel, and there we already display everything and profit on the client .
2) long and incomprehensible in development (at least for me), but user-friendly - a plugin or built-in feature directly in wp that has the functionality to get an image of any format and has a set of functions for "piercing points" (drawing a polygon in fact) , and saving these coordinates in any form, even svg immediately, even just coordinates.
Hence the question, of course I want to do everything for beauty and convenience, but I won’t be able to implement the second option in a short time, is there something ready-made that can be connected to wp?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2018-08-24
@azerphoenix

Hello!
1) For rendering on a computer, CorelDraw has a function such as TraceBitmap & Quick Trace Bitmap. Works very well...
2) About plugin development...
You can take ready-made libraries and create plugins from them. For example:
https://github.com/cesarmiquel/PNG2SGV
Or you can integrate with the online service -
https://vectormagic.com/
I think using the online service api will be faster....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question