ImageMagic


NameImageMagic JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/asxez/ImageMagic
Summary图像处理库(包括但不限于图像)【Image processing libraries (including but not limited to images)】
upload_time2023-05-11 15:47:42
maintainer
docs_urlNone
authorasxe
requires_python
licenseGNU GPL 3.0
keywords python library image process imagemagic ocr function and more!
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asxez/ImageMagic",
    "name": "ImageMagic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python library,image process,imagemagic,ocr function and more!",
    "author": "asxe",
    "author_email": "2973918177@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/00/343a0b25ac57bbd15e35f509d48c95217da39760182c80acd4c073ba79e1/ImageMagic-0.2.1.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\r\n  <img src=\"https://i.328888.xyz/2023/05/04/iPlOg8.png\" width=\"500\" height=\"450\" alt=\"\"><br>\r\n</div>\r\n\r\n# ImageMagic:A concise image (including but not limited to) processing library\r\n[![Pypi](https://img.shields.io/badge/pypi-0.1.9-blue)]()\r\n[![License](https://img.shields.io/badge/license-GPL3.0-yellow)]()\r\n[![Python](https://img.shields.io/badge/python-3.10%2B-yellow)]()\r\n\r\n\r\n# What is it?\r\nImage Magic is a package of Python that provides concise image (including but not limited to) processing functions, mainly embodied in the word concise.\r\n\r\n# What can be done?\r\n1. Image processing\r\n2. OCR function\r\n3. Image hash calculation\r\n4. Commonly used image-related features.\r\n   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.\r\n   2. Only one duplicate picture is retained. In huge folders, you shouldn't manually weed out duplicate images, right?\r\n5. more\u2026\u2026\r\n\r\n\r\n# Where to get it\r\n1. Download using pip\r\n```\r\npip install ImageMagic\r\n```\r\n\r\n2. Alternatively, you can build from [source](https://github.com/asxez/ImageMagic)\r\n\r\n# DOCS\r\n[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)/)\r\n\r\n# Dependencies\r\n  - [PIL](https://github.com/python-pillow/Pillow)\r\n  - [Tesseract-OCR](https://tesseract-ocr.github.io/tessdoc/Installation.html)\r\n  - [numpy](https://github.com/numpy/numpy)\r\n  - [pandas](https://github.com/pandas-dev/pandas)\r\n  - \u2026\u2026\r\n\r\n# License\r\nGNU GPL 3.0\r\n\r\n# Contribute to ImageMagic\r\nAll contributions, bug reports, bug fixes, and enhancements and ideas are welcome.\r\n",
    "bugtrack_url": null,
    "license": "GNU GPL 3.0",
    "summary": "\u56fe\u50cf\u5904\u7406\u5e93\uff08\u5305\u62ec\u4f46\u4e0d\u9650\u4e8e\u56fe\u50cf\uff09\u3010Image processing libraries (including but not limited to images)\u3011",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/asxez/ImageMagic"
    },
    "split_keywords": [
        "python library",
        "image process",
        "imagemagic",
        "ocr function and more!"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ac5bb5deed26efb056a6f656d3980e9399e3dd3291e001f68370515c6785fef",
                "md5": "7c4ebd72c233738456d99c70be761c6f",
                "sha256": "31c36379a004142be5bd8751ea83b195ded73bbb0a3f3fcba7ba7945c4942831"
            },
            "downloads": -1,
            "filename": "ImageMagic-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c4ebd72c233738456d99c70be761c6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38934,
            "upload_time": "2023-05-11T15:47:37",
            "upload_time_iso_8601": "2023-05-11T15:47:37.812848Z",
            "url": "https://files.pythonhosted.org/packages/4a/c5/bb5deed26efb056a6f656d3980e9399e3dd3291e001f68370515c6785fef/ImageMagic-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e300343a0b25ac57bbd15e35f509d48c95217da39760182c80acd4c073ba79e1",
                "md5": "3fdb821579df3058be05273ce11ba697",
                "sha256": "2b9ea095d99fb0eb108cdd70362d380755776c4597106530a0bec2da6a8a738e"
            },
            "downloads": -1,
            "filename": "ImageMagic-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3fdb821579df3058be05273ce11ba697",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26697,
            "upload_time": "2023-05-11T15:47:42",
            "upload_time_iso_8601": "2023-05-11T15:47:42.818052Z",
            "url": "https://files.pythonhosted.org/packages/e3/00/343a0b25ac57bbd15e35f509d48c95217da39760182c80acd4c073ba79e1/ImageMagic-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-11 15:47:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asxez",
    "github_project": "ImageMagic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imagemagic"
}
        
Elapsed time: 0.67445s