Metadata-Version: 2.1
Name: stitch2d
Version: 1.2
Summary: Stitches a 2D grid of images into a mosaic
Home-page: https://github.com/adamancer/stitch2d.git
Maintainer: Adam Mansur
Maintainer-email: mansura@si.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Graphics
Description-Content-Type: text/markdown

stitch2D is a Python script that stitches a two-dimensional grid of tiles into a mosaic. It was originally developed for stitching together images collected on various microscopes in the Department of Mineral Sciences at the Smithsonian National Museum of Natural History.

 Install with:

```
pip install stitch2d
```

 When tiles are stitched together by stitch2d, they are translated, not rotated, resized, or warped. As a result, stitch2d requires all images to be the same size and orientation. Images must overlap, although they don't necessarily need to be arranged in a grid.

Learn more:

+ [GitHub repsository](https://github.com/adamancer/stitch2d)
+ [Documentation](https://stitch2d.readthedocs.io/en/latest/)

