https://github.com/pionl/docker-glue-sprites
🐳 Docker image for glue. A simple command line tool to generate sprites.
https://github.com/pionl/docker-glue-sprites
command-line-tool docker-image glue sprites
Last synced: 11 days ago
JSON representation
🐳 Docker image for glue. A simple command line tool to generate sprites.
- Host: GitHub
- URL: https://github.com/pionl/docker-glue-sprites
- Owner: pionl
- Created: 2017-06-19T18:30:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T18:30:20.000Z (about 9 years ago)
- Last Synced: 2025-02-27T04:47:42.345Z (over 1 year ago)
- Topics: command-line-tool, docker-image, glue, sprites
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Glue for CI
Glue is a simple command line tool to generate sprites using any kind of source images like PNG, JPEG or GIF. Glue will generate a unique PNG file containing every source image and a map file including the necessary information to use it. More at:
```bash
docker run pionl/glue-sprites:0.13
```
## Contribution
```bash
docker build -t pionl/glue-sprites:0.13 .
```