https://github.com/machawk1/xbm
An initial attempt to render XBM image files in Google Chrome through its extension API
https://github.com/machawk1/xbm
Last synced: about 1 year ago
JSON representation
An initial attempt to render XBM image files in Google Chrome through its extension API
- Host: GitHub
- URL: https://github.com/machawk1/xbm
- Owner: machawk1
- License: gpl-2.0
- Created: 2015-04-29T15:42:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T15:49:36.000Z (about 11 years ago)
- Last Synced: 2025-03-24T09:45:21.372Z (about 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xbm
This repository represents initial attempts at parsing an XMB image file for automatic inline replacement within Google Chrome. This work is incomplete and has been temporarily abandoned due to the original impetus being a means of procastination during Final Week.
The idea came about in attempting to render one of the older preserved web pages from Stanford in a web browser. The web page included an XBM image file ( https://swap.stanford.edu/19930502000000im_/http://slacvm.slac.stanford.edu/FIND/slac.xbm ) as a logo. Modern web browsers, including Google Chrome, no longer support this format.
The state of the work is that the hex bits are attempted to be parsed out and displayed to console. slac.png represents the ideal output, as generated with ImageMagick (`convert slac.xbm slac.png`).
The contents of this repository can be loaded into a local copy of Google Chrome through the extensions tab in the settings, edited, and debugged. I hope to one day get the code working but in the mean time, please feel free to take a stab at it and submit a pull request.