Export image as SVG using bitmap file format. 1) Triple-click and copy the Export SVG code. 2) Open a text editor, paste the code, and save it with the file extension ".svg". 3) Open a Scratch project, and Upload the svg file in the costume editor.
Export SVG engine for Pixel Editor 1.1 https://scratch.mit.edu/projects/667319460/ The pixmap is made from 8 rows of 8 pixels. Each pixel is stored as an RGB triplet, a hexadecimal number RRGGBB. To export to SVG first the pixmap is converted to bitmap (*bmp;*dib) file format then base64 encoded before being wrapped in an SVG envelope. The SVG file can be imported directly into the Scratch costume editor. #svg #bmp #dib #base64