Metadata-Version: 2.1
Name: ImageMagic
Version: 0.2.0
Summary: 图像处理库（包括但不限于图像）【Image processing libraries (including but not limited to images)】
Home-page: https://github.com/asxez/ImageMagic
Author: asxe
Author-email: 2973918177@qq.com
License: GNU GPL 3.0
Keywords: Python library,image process,imagemagic,ocr function and more!
Description-Content-Type: markdown
License-File: LICENSE
Requires-Dist: Pillow
Requires-Dist: requests
Requires-Dist: loguru
Requires-Dist: numpy
Requires-Dist: pandas

<div align="center">
  <img src="https://i.328888.xyz/2023/05/04/iPlOg8.png" width="500" height="450" alt=""><br>
</div>

# ImageMagic:A concise image (including but not limited to) processing library
[![Pypi](https://img.shields.io/badge/pypi-0.1.9-blue)]()
[![License](https://img.shields.io/badge/license-GPL3.0-yellow)]()
[![Python](https://img.shields.io/badge/python-3.10%2B-yellow)]()


# What is it?
Image Magic is a package of Python that provides concise image (including but not limited to) processing functions, mainly embodied in the word concise.

# What can be done?
1. Image processing
2. OCR function
3. Image hash calculation
4. Commonly used image-related features.
   1. Image classification, is it dominated by tens of thousands of different types of pictures in a folder? If there is, then you can try me.
   2. Only one duplicate picture is retained. In huge folders, you shouldn't manually weed out duplicate images, right?
5. more……


# Where to get it
1. Download using pip
```
pip install ImageMagic
```

2. Alternatively, you can build from [source](https://github.com/asxez/ImageMagic)

# DOCS
[DOCS](https://www.asxe.vip/2023/05/05/ImageMagic%E7%9A%84API%E6%96%87%E6%A1%A3(%E4%B8%AD%E8%8B%B1%E6%96%87%E7%89%88)/)

# Dependencies
  - [PIL](https://github.com/python-pillow/Pillow)
  - [Tesseract-OCR](https://tesseract-ocr.github.io/tessdoc/Installation.html)
  - [numpy](https://github.com/numpy/numpy)
  - [pandas](https://github.com/pandas-dev/pandas)
  - ……

# License
GNU GPL 3.0

# Contribute to ImageMagic
All contributions, bug reports, bug fixes, and enhancements and ideas are welcome.
