Qurak

Export

Implemented by the engine, not permitted on Qurak

`Import[path, format]` reads a file and parses it, while

Exporting an image to SVG Exporting an `Image` to an `.svg` file wraps the raster in a base64-encoded
Common options - **`"CharacterEncoding"`** — text encoding (default `"UTF8"`).
Export["green.svg", Image[ConstantArray[{0, 1, 0.5}, {2, 2}]]]; StringTake[ReadString["green.svg"], 5] → <?xml

Related

All 6300 functions · Use this from an MCP client