Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 802 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 802 Bytes

XpmEditor

A quick and dirty web based editor for creating X PixMap icons. A live version is available here.

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