Metadata-Version: 2.3
Name: common-image-tools
Version: 0.5.8
Summary: Don't reinvent the wheel every time! This library offers a curated collection of commonly used image manipulation functions for computer vision projects.
Author: Federico Lanzani
Author-email: hello@federicolanzani.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: dlib
Requires-Dist: color-transfer (>=0.1,<0.2)
Requires-Dist: dlib (==19.24.2) ; extra == "dlib"
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: pillow (>=9.5.0)
Requires-Dist: scikit-image (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# Common Image Tools

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Coverage Status](/reports/coverage/coverage-badge.svg?dummy=8484744)](./reports/coverage/index.html)

## Description

common_image_tools is a repository containing a curated collection of commonly used image manipulation functions for
computer vision projects. These tools provide a set of handy functions for performing various image processing tasks,
such as resizing, cropping, filtering, and more.

## Features

- **Resizing**: Easily resize images to desired dimensions.
- **Cropping**: Crop images to focus on specific regions.
- **Filtering**: Apply various filters to enhance or modify images.
- **Conversion**: Convert images between different formats.
- **Visualization**: Tools for visualizing image data.
- ...

## Installation

To install common_image_tools, run the following command:

```bash
pip install common-image-tools
```

or using poetry:

```bash
poetry add common-image-tools
```

# Usage

## Conversion

## Operation

## Tool

## Verification

## Visualization

## Video Source

## Contributing

Contributions are welcome! If you have any suggestions, improvements, or new features to add, please open an issue or
submit a pull request. Make sure to follow the existing coding style and include appropriate tests.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

