mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
add stitching
This commit is contained in:
parent
95187f7f7f
commit
39f1db6f3d
@ -489,6 +489,7 @@ A collection of delicious docker recipes.
|
||||
- [x] teamatldocker
|
||||
- [x] confluence
|
||||
- [x] jira
|
||||
- [x] openstitching/stitch
|
||||
- [x] strapi/strapi
|
||||
- [x] amancevice/superset
|
||||
- [x] matrixdotorg/synapse
|
||||
|
12
stitching/README.md
Normal file
12
stitching/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
stitching
|
||||
=========
|
||||
|
||||
[stitching][1] is a Python package for fast and robust Image Stitching.
|
||||
|
||||
```bash
|
||||
$ alias stitch='docker run --rm -v $PWD:/data openstitching/stitch'
|
||||
|
||||
$ stitch *.jpg
|
||||
```
|
||||
|
||||
[1]: https://github.com/OpenStitching/stitching
|
Loading…
Reference in New Issue
Block a user