#FFFFFFF
#FFF
2
w
3
e
4
a
5
s
6
d
7
z
0
c
This pixel art editor was created to help create images and compress them into a short string, keeping the palette data separate. This method can produce "images" that are smaller that regular image files.
This tool was created for the js13k game jam but can technically be used for any purpose, though there are probably better tools for that job.
You can use the hotkeys 1-0 or letters to select the colors. Currently only German QWERTZ keyboard supported.
Use the Save
button to save your creations to the browser
localstorage. Your palette is also saved automatically without
having to save. When you're ready to export your work,
you can press Generate code
to compress all images and the palette, and create a code snippet
that renders your pixel art. A small canvas in the corner of
the code dialog allows to confirm that the code is working.
Feel free to open any issues or pull requests over on github.