This web-based tool was designed for editing and converting images into the XBM (X BitMap) format. I developed it with Vue.js and the Vuetify component framework for a private project and now I wanted to outsource it as a standalone app. It has many bundled features compared to other xbm-editors.
You are welcome to test and use the tool yourself under the following link.
-
Uploading image files (SVG, PNG, JPG, JPEG), which will be automatically converted to the xbm format considering the specified grid and image sizes
-
Customize the image and grid sizes, with individual control over width and height, the lock button allows maintaining equal dimensions
- Manipulate the XBM array by clicking on the grid
- Shift the pixels (left, right, up, down)
- Rotate the image (left, right)
- Invert the image
- Clear the whole grid
- Undo and redo your actions
- Visual representation of the XBM data ("readonly")
- Download the converted XBM file or copy the XBM array to the clipboard
- Formatted version of the XBM array which can also be manipulated
- Responsive design
- User notifications
- Large grid sizes have not been taken into account in this application. The visualization may suffer as a result.
desktop | mobile |
---|---|