Erico-Image-Processing


NameErico-Image-Processing JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/EricoCoutoJr/image-processing-package.git
Summary## Descrição
upload_time2024-09-09 19:10:08
maintainerNone
docs_urlNone
authorErico Couto Jr.
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Image Processing

Espe pacote tem a função de permitir a transformação de imagens usando as proporções de gradiente RGB de outra imagem.
	- 
	-

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install erico_image_processing
```

## Usage

```python
from erico_image_processing import combination, transformation
combination.find_difference(image1, image2)
combination.transfer_histogram(image1, image2)

transfomation.resize_image(image, proportion)
```

## Author
Erico Couto Jr. 

## License
[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/EricoCoutoJr/image-processing-package.git",
    "name": "Erico-Image-Processing",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Erico Couto Jr.",
    "author_email": "erico.coutojr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/21/06/a021e73cea3f4ccb240b7f500d6eaccdbc89be687881c5c85a8e6c6b1d42/Erico-Image-Processing-0.0.1.tar.gz",
    "platform": null,
    "description": "# Image Processing\r\n\r\nEspe pacote tem a fun\u00c3\u00a7\u00c3\u00a3o de permitir a transforma\u00c3\u00a7\u00c3\u00a3o de imagens usando as propor\u00c3\u00a7\u00c3\u00b5es de gradiente RGB de outra imagem.\r\n\t- \r\n\t-\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name\r\n\r\n```bash\r\npip install erico_image_processing\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom erico_image_processing import combination, transformation\r\ncombination.find_difference(image1, image2)\r\ncombination.transfer_histogram(image1, image2)\r\n\r\ntransfomation.resize_image(image, proportion)\r\n```\r\n\r\n## Author\r\nErico Couto Jr. \r\n\r\n## License\r\n[MIT](https://choosealicense.com/licenses/mit/)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "## Descri\u00e7\u00e3o",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/EricoCoutoJr/image-processing-package.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c2493e963c06b567c9d53e598483b78231bc7d369846a5d3a325a76aa26df2e",
                "md5": "f8d4e03b9797b0710aa7bde57dcc08fa",
                "sha256": "9e7cb835c6e4b89791ceaf87e11e4482ac9a03c6fb21cabf8e95e3b11852c56e"
            },
            "downloads": -1,
            "filename": "Erico_Image_Processing-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8d4e03b9797b0710aa7bde57dcc08fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4050,
            "upload_time": "2024-09-09T19:10:07",
            "upload_time_iso_8601": "2024-09-09T19:10:07.483490Z",
            "url": "https://files.pythonhosted.org/packages/4c/24/93e963c06b567c9d53e598483b78231bc7d369846a5d3a325a76aa26df2e/Erico_Image_Processing-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2106a021e73cea3f4ccb240b7f500d6eaccdbc89be687881c5c85a8e6c6b1d42",
                "md5": "90b5645cca8bbdbf19b12f896baf5b0a",
                "sha256": "645144e43690bc293d0b9344f555e2ac57df05f0d94d509bcffa1819d3e6f9e0"
            },
            "downloads": -1,
            "filename": "Erico-Image-Processing-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "90b5645cca8bbdbf19b12f896baf5b0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2791,
            "upload_time": "2024-09-09T19:10:08",
            "upload_time_iso_8601": "2024-09-09T19:10:08.679755Z",
            "url": "https://files.pythonhosted.org/packages/21/06/a021e73cea3f4ccb240b7f500d6eaccdbc89be687881c5c85a8e6c6b1d42/Erico-Image-Processing-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 19:10:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EricoCoutoJr",
    "github_project": "image-processing-package",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "erico-image-processing"
}
        
Elapsed time: 0.37985s