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.
- Host: GitHub
- URL: https://github.com/zsr2531/xpmeditor
- Owner: zsr2531
- License: mit
- Created: 2020-12-11T18:56:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T18:47:56.000Z (over 5 years ago)
- Last Synced: 2025-01-14T12:15:32.817Z (over 1 year ago)
- Topics: icons, xpm
- Language: JavaScript
- Homepage: https://zsr2531.github.io/XpmEditor
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

## 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).