Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrogson/basejump
Command-line tool for converting images to base64 strings for HTML/CSS embedding
https://github.com/scrogson/basejump
Last synced: about 1 month ago
JSON representation
Command-line tool for converting images to base64 strings for HTML/CSS embedding
- Host: GitHub
- URL: https://github.com/scrogson/basejump
- Owner: scrogson
- Created: 2012-01-11T08:00:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-11T08:13:19.000Z (almost 13 years ago)
- Last Synced: 2024-10-09T18:21:54.802Z (3 months ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Basejump
### Convert any image into a base64 stringBy using the [Data URI](http://en.wikipedia.org/wiki/Data_URI_scheme) scheme you can embed images directly into your HTML and
CSS. It works by encoding an image into a base64 string and place it directly
withing an HTML image tag or as a CSS background URL.