Metadata-Version: 2.1
Name: batchimage
Version: 0.3.2
Summary: Batch Image Converter
Home-page: https://pypi.org/project/batchimage/
Keywords: image,cli,batch image,converter,opencv,multithreaded,pictures,compress
Author: Sumanth
Author-email: sumanthreddystar@gmail.com
Maintainer: Sumanth
Maintainer-email: sumanthreddystar@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: opencv-python (>=4.5.0,<5.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Project-URL: Bug Tracker, https://github.com/insumanth/batchimage/issues
Project-URL: Documentation, https://github.com/insumanth/batchimage/blob/main/README.md
Project-URL: Repository, https://github.com/insumanth/batchimage
Description-Content-Type: text/markdown

# Batch Image Processing


A Python Package for Fast Parallel Processing of Images. It's Simple, easy and extremely fast since it uses, all the cores in your CPU. batchimage uses opencv-python as its main dependency and few python core modules.

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/batchimage?style=for-the-badge)

### Python Package Index Badges

[![PyPI](https://img.shields.io/pypi/v/batchimage?style=for-the-badge&color=gree&logo=pypi)](https://pypi.org/project/batchimage/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/batchimage?label=Downloads&style=for-the-badge)
![PyPI - Status](https://img.shields.io/pypi/status/batchimage?label=Status&style=for-the-badge)
![PyPI - Format](https://img.shields.io/pypi/format/batchimage?label=Format&style=for-the-badge)


### Github Badges

![GitHub last commit](https://img.shields.io/github/last-commit/insumanth/batchimage?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/insumanth/batchimage?style=for-the-badge)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/insumanth/batchimage?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/insumanth/batchimage?style=for-the-badge)



------------------
## Python Package Index Install 

```
pip install batchimage
```

### Note :
This is a pre-alpha version of the package, the api will change without any notice. Please use this package with caution.

<!--
Table
-->

### Timeline for Development

| Present |                              September 2022                               |                              October 2022                               | November'22                                                                  |
|:---:|:-------------------------------------------------------------------------:|:-----------------------------------------------------------------------:|------------------------------------------------------------------------------|
| ![Pre-Alpha](https://img.shields.io/badge/0-PRE--ALPHA-red?style=for-the-badge) | ![Alpha](https://img.shields.io/badge/1-ALPHA-orange?style=for-the-badge) | ![Beta](https://img.shields.io/badge/2-BETA-yellow?style=for-the-badge) | ![Release](https://img.shields.io/badge/3-RELEASE-green?style=for-the-badge) |



-----------------
![Made With Python](https://forthebadge.com/images/badges/made-with-python.svg)
![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)

<!--
<img src="https://forthebadge.com/images/badges/works-on-my-machine.svg" alt="works-on-my-machine" width="500" height="100">
-->

