An open API service indexing awesome lists of open source software.

https://github.com/zsr2531/xpmeditor

A quick and dirty web based editor for creating X PixMap icons.
https://github.com/zsr2531/xpmeditor

icons xpm

Last synced: 8 months ago
JSON representation

A quick and dirty web based editor for creating X PixMap icons.

Awesome Lists containing this project

README

          

# XpmEditor
A quick and dirty web based editor for creating X PixMap icons. A live version is available [here](https://zsr2531.github.io/XpmEditor/).

## What the heck is this?
I needed a little helper tool to make XPM icons to use with my status bar.

## What can you do with this?
Make cool little icons like this!
![](https://i.imgur.com/8ccYbjD.png)

## Features
- Color picker
- Color history
- Pixel based editor
- Code generation for the icon

## Missing features
- Support for more characters per icon (probably not going to be implemented).
- You can only draw 1 pixel at a time (or by dragging while holding down left click), no floodfill (paint bucket tool) or anything like that.
- No way to undo changes.
- Cannot import from existing XPM code. (maybe going to be implemented? we'll see).