mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add stitching
This commit is contained in:
@@ -489,6 +489,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] teamatldocker
|
- [x] teamatldocker
|
||||||
- [x] confluence
|
- [x] confluence
|
||||||
- [x] jira
|
- [x] jira
|
||||||
|
- [x] openstitching/stitch
|
||||||
- [x] strapi/strapi
|
- [x] strapi/strapi
|
||||||
- [x] amancevice/superset
|
- [x] amancevice/superset
|
||||||
- [x] matrixdotorg/synapse
|
- [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
|
||||||
Reference in New Issue
Block a user