An open API service indexing awesome lists of open source software.

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.

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