Open Issues Need Help
View All on GitHubOtary — elegant, readable, and powerful image and 2D geometry Python library.
Otary — elegant, readable, and powerful image and 2D geometry Python library.
Otary — elegant, readable, and powerful image and 2D geometry Python library.
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.
Otary — elegant, readable, and powerful image and 2D geometry Python library.
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.
Otary — elegant, readable, and powerful image and 2D geometry Python library.
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).
Otary — elegant, readable, and powerful image and 2D geometry Python library.