Convert SVG code created by AI to another image type (JPG, GIF, PNG, etc.)
These instructions assume that you have already had AI create the SVG code for an image.
- In Microsoft Notepad, begin a new document.
- Paste the SVG code into the new, empty document. It should begin with <svg> and end with </svg>.
- File -> Save As
- Give the file a name with .svg at the end. Example: room_drawing.svg
- Under Save as type, choose All Files.
- Set Encoding as UTF-8 then click Save.
- In Adobe PhotoShop, open the image.
- You will be asked to Rasterize the image and you can make edits or just continue.
- File -> Export -> Save for Web.
- Choose whichever image type you would like then save accordingly.