zsr2531 / XpmEditor

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

Home Page:https://zsr2531.github.io/XpmEditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://zsr2531.github.io/XpmEditor

License:MIT License


Languages

Language:JavaScript 62.9%Language:HTML 22.9%Language:CSS 14.2%