PixelPaint is a program I threw together in an afternoon using RubyGame.
It's a very simple paint program where you can paint a 32x32 image using 16 colors:
The main purpose of the program is that you can export these images as special text files.
You can then play these text files into an IRC channel, and assuming you don't get kicked for flooding, it'll show up as your picture:
And that's why it's limited to 32x32 and 16 colors.
It's very simple to use. You click (or right click) on a color in the palette to select your colors just like in mspaint. Then you just click (or right click) on a square in the grid to color it. You can also use the arrow keys to shift the entire drawing around. The textbox on the bottom is the filename it will load/save/export to. There is no overwrite confirmation because I am lazy. The clear button will blank out the grid. There is no confirmation because I am lazy. The save button will just dump the grid data into a file. You can use it to share your designs with other people who have PixelPaint. Load will load these files up. The export button will convert your drawing into an IRC-ready text file. It will automatically crop the image from the top/bottom/right, so there won't be any unnecessary blank areas in your text file.
Download
It's a very simple paint program where you can paint a 32x32 image using 16 colors:
The main purpose of the program is that you can export these images as special text files.
You can then play these text files into an IRC channel, and assuming you don't get kicked for flooding, it'll show up as your picture:
And that's why it's limited to 32x32 and 16 colors.
It's very simple to use. You click (or right click) on a color in the palette to select your colors just like in mspaint. Then you just click (or right click) on a square in the grid to color it. You can also use the arrow keys to shift the entire drawing around. The textbox on the bottom is the filename it will load/save/export to. There is no overwrite confirmation because I am lazy. The clear button will blank out the grid. There is no confirmation because I am lazy. The save button will just dump the grid data into a file. You can use it to share your designs with other people who have PixelPaint. Load will load these files up. The export button will convert your drawing into an IRC-ready text file. It will automatically crop the image from the top/bottom/right, so there won't be any unnecessary blank areas in your text file.
Download