Metadata-Version: 2.1
Name: imagepills
Version: 0.0.3
Summary: imagepills is a package that provides high level abstraction for some image utilities
Home-page: https://github.com/maekind/imagepills
Author: Marco Espinosa
Author-email: marco@marcoespinosa.es
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- Shields -->
<p align="center">
<a href="https://github.com/maekind/imagepills"><img src="https://img.shields.io/github/actions/workflow/status/maekind/imagepills/.github%2Fworkflows%2Ftesting.yaml?label=tests&color=green" hspace="5"></a>
<a href="https://codecov.io/gh/maekind/imagepills"><img src="https://codecov.io/gh/maekind/imagepills/branch/main/graph/badge.svg?token=L8IS93O0XV" hspace="5"></a>
<br>
<a href="https://github.com/maekind/imagepills/releases"><img src="https://img.shields.io/github/actions/workflow/status/maekind/imagepills/.github%2Fworkflows%2Frelease.yaml?label=package&color=green" hspace="5"></a>
<a href="https://github.com/maekind/imagepills/releases"><img src="https://img.shields.io/github/v/release/maekind/imagepills?color=cyan" hspace="5"></a>
<br>
<a href="https://github.com/maekind/imagepills/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-orange.svg" hspace="5"></a>
<a href="https://github.com/maekind/imagepills"><img src="https://img.shields.io/github/repo-size/maekind/imagepills" hspace="5"></a>
<a href="https://github.com/maekind/imagepills"><img src="https://img.shields.io/github/last-commit/maekind/imagepills?color=black" hspace="5"></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/github/languages/top/maekind/imagepills?color=darkgreen" hspace="5"></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python%20version-%3E3.9-lightblue" hspace="5"></a>
</p>

# IMAGEPILLS

## Description

This package provides a high level abstraction for some image utilities. Check out the [Usage](#usage) section for commands details.
## Installation

This package can be installed using `pip`:

```bash
$> pip install imagepills
```

or

```bash
$> python -m pip install imagepills
```

## Usage

### Size

TBD
### Resize

TBD
### Convert from jpeg to png format

TBD
## Contributors

<a href="https://github.com/maekind/imagepills/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=maekind/imagepills" />
</a>
<br/>
<br/>
<a href="mailto:marco@marcoespinosa.es"> Say hello!</a>
