imreco


Nameimreco JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryA cli program to resize images and convert between different formats.
upload_time2024-02-25 17:37:18
maintainer
docs_urlNone
authorTamton Aquib
requires_python>=3.11,<4.0
licenseMIT
keywords image resizer converter compresser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Imreco

Image-Resizer-Converter.
A python cli program to perform basic operations on images using opencv. (WIP)

This project was made possible by: @[shana](https://github.com/Shanayasmin).
This project was done regarding [tinkerhub co-coder](https://tinkerhub.org/).

### Installation:
```python
pip install imreco
```

### Usage:
```sh
# Syntax:
imreco resize    -i <input_file> -o <output_file> --quality 80
imreco compress  -i <input_file> -o <output_file> --size 300x400
imreco convert   -i <input_file> -o <output_file>
```

### TODOS:
- [x] Resizer: To change dimension of the provided image, and save it to a new file.
- [x] Converter: To change file formats from png to jpg, etc.
- [x] Compressor: To compress jpg files in file size.
- [x] Config: Add user config options. (maybe argparse or typer)
- [ ] Checks multiple files or a directory.
- [ ] Chain functions and/or operations
- [ ] Host as a flask api server?

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "imreco",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "image,resizer,converter,compresser",
    "author": "Tamton Aquib",
    "author_email": "aquibjavedt007@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/97/7ebf85edb5be9b02508614070fc7f0e621ddf6b2de1b76c7d3727de49288/imreco-1.0.1.tar.gz",
    "platform": null,
    "description": "# Imreco\n\nImage-Resizer-Converter.\nA python cli program to perform basic operations on images using opencv. (WIP)\n\nThis project was made possible by: @[shana](https://github.com/Shanayasmin).\nThis project was done regarding [tinkerhub co-coder](https://tinkerhub.org/).\n\n### Installation:\n```python\npip install imreco\n```\n\n### Usage:\n```sh\n# Syntax:\nimreco resize    -i <input_file> -o <output_file> --quality 80\nimreco compress  -i <input_file> -o <output_file> --size 300x400\nimreco convert   -i <input_file> -o <output_file>\n```\n\n### TODOS:\n- [x] Resizer: To change dimension of the provided image, and save it to a new file.\n- [x] Converter: To change file formats from png to jpg, etc.\n- [x] Compressor: To compress jpg files in file size.\n- [x] Config: Add user config options. (maybe argparse or typer)\n- [ ] Checks multiple files or a directory.\n- [ ] Chain functions and/or operations\n- [ ] Host as a flask api server?\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A cli program to resize images and convert between different formats.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "image",
        "resizer",
        "converter",
        "compresser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e9cb44dbea5c3a0897969f8657c8e0e821b490020d98802254d23481f8875e4",
                "md5": "09377c2f268cc4dea3812388c49805bf",
                "sha256": "578437746b8df85ad57b67f274e048106908ccb6a0a2c83f6f26a2026a7bbfe3"
            },
            "downloads": -1,
            "filename": "imreco-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09377c2f268cc4dea3812388c49805bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 4594,
            "upload_time": "2024-02-25T17:37:16",
            "upload_time_iso_8601": "2024-02-25T17:37:16.816865Z",
            "url": "https://files.pythonhosted.org/packages/8e/9c/b44dbea5c3a0897969f8657c8e0e821b490020d98802254d23481f8875e4/imreco-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5977ebf85edb5be9b02508614070fc7f0e621ddf6b2de1b76c7d3727de49288",
                "md5": "288e551e046d21676ddbf26204f8ec24",
                "sha256": "2f28c58649029427c457c0aceafa2029c06a78b21cc2c9cc1138871d510f0191"
            },
            "downloads": -1,
            "filename": "imreco-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "288e551e046d21676ddbf26204f8ec24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3143,
            "upload_time": "2024-02-25T17:37:18",
            "upload_time_iso_8601": "2024-02-25T17:37:18.171402Z",
            "url": "https://files.pythonhosted.org/packages/e5/97/7ebf85edb5be9b02508614070fc7f0e621ddf6b2de1b76c7d3727de49288/imreco-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-25 17:37:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "imreco"
}
        
Elapsed time: 0.20025s