diff --git a/README.md b/README.md index b98ecf3..2e65cd9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/stitching/README.md b/stitching/README.md new file mode 100644 index 0000000..a19a5e8 --- /dev/null +++ b/stitching/README.md @@ -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