1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00

add stitching

This commit is contained in:
kev 2024-03-13 15:07:00 +08:00
parent 95187f7f7f
commit 39f1db6f3d
2 changed files with 13 additions and 0 deletions

View File

@ -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
View 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