Otary — elegant, readable, and powerful image and 2D geometry Python library.

100 stars 3 forks 100 watchers Python BSD 3-Clause "New" or "Revised" License
2d geometric geometric-algorithms geometry geometry-processing image image-analysis image-manipulation image-processing open-source
6 Open Issues Need Help Last updated: Jul 27, 2026

Open Issues Need Help

View All on GitHub
enhancement good first issue

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source
documentation good first issue

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source
documentation good first issue

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source

AI Summary: Integrate Tox into the Otary project to enable local testing across multiple Python versions, mirroring the existing CI multi-version testing capabilities. This will improve the developer experience by allowing for local verification of code compatibility before pushing changes.

Complexity: 3/5
good first issue tests

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source

AI Summary: Enhance the Otary library's image I/O capabilities by adding more methods and options for reading and writing images in various formats. This involves expanding the library's functionality to support a wider range of image file types and potentially adding options for controlling image compression, quality, and other parameters during read/write operations.

Complexity: 4/5
enhancement good first issue

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source

AI Summary: Decide how to handle centroid calculation for polygons in the Otary library. The current implementation always returns a centroid, even when it's not computable (e.g., for some polygons). The options are to change the return type to allow for `None` when the centroid is not computable, or to keep the current behavior and return a substitute value (currently the mean of the vertices).

Complexity: 3/5
enhancement help wanted

Otary — elegant, readable, and powerful image and 2D geometry Python library.

Python
#2d#geometric#geometric-algorithms#geometry#geometry-processing#image#image-analysis#image-manipulation#image-processing#open-source