Convert SVG to Image
Description
Returns a PNG or JPEG value in string format from an SVG (vector graphic) value in string format in a new column.
Use
- SVG:
- Select an argument that is a SVG in string format. (String)
- Width:
- Enter the width of the output image.
- Height:
- Enter the height of the output image.
- Enter the image format.
- Example: PNG or JPEG
- Output field:
- Enter an output field name.
Example
You have an SVG in string format you want to convert to a JPEG.
Input | Convert SVG to Image() Returns |
---|---|
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg"><circle cx="25" cy="25" r="20"/></svg> |