vbimage


Namevbimage JSON
Version 0.1.43 PyPI version JSON
download
home_pageNone
SummaryAdded contrast to increase the contrast of the image
upload_time2024-04-26 11:45:34
maintainerNone
docs_urlNone
authorvaibhavblayer
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## vbimage is a CLI tool for basic manipulation of images

### Install using pip

```
pip install vbimage
```

### Usage
```
vbimage -h
```

```
Usage: vbimage [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  blur      Adds background to any transparent image
  grid      Adds background to any transparent image
  layer     Replaces any color with other color.
  pixelate  Pixelates any image.
  removebg  Adds background to any transparent image
  render    Creates an image using given size and color.
  stack     Adds background to any transparent image
```

### Subcommands Usage
```
vbimage grid -h
```
```
Usage: vbimage grid [OPTIONS]

  Adds background to any transparent image

Options:
  -i, --inputimage PATH           Front Image  [default: ./main.png]
  -o, --outputimage PATH          Resized output image  [default:
                                  ./main_grided.png]
  -s, --step <INTEGER INTEGER>...
                                  Number of division.  [default: 10, 10]
  -S, --stroke_width INTEGER      Stroke width of the lines.  [default: 2]
  -h, --help                      Show this message and exit.
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vbimage",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "vaibhavblayer",
    "author_email": "vaibhavblayer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/db/4090c97bd77f41e5dc90008c476a230294659737076f8b04f3b267eb5f03/vbimage-0.1.43.tar.gz",
    "platform": null,
    "description": "## vbimage is a CLI tool for basic manipulation of images\n\n### Install using pip\n\n```\npip install vbimage\n```\n\n### Usage\n```\nvbimage -h\n```\n\n```\nUsage: vbimage [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  -h, --help  Show this message and exit.\n\nCommands:\n  blur      Adds background to any transparent image\n  grid      Adds background to any transparent image\n  layer     Replaces any color with other color.\n  pixelate  Pixelates any image.\n  removebg  Adds background to any transparent image\n  render    Creates an image using given size and color.\n  stack     Adds background to any transparent image\n```\n\n### Subcommands Usage\n```\nvbimage grid -h\n```\n```\nUsage: vbimage grid [OPTIONS]\n\n  Adds background to any transparent image\n\nOptions:\n  -i, --inputimage PATH           Front Image  [default: ./main.png]\n  -o, --outputimage PATH          Resized output image  [default:\n                                  ./main_grided.png]\n  -s, --step <INTEGER INTEGER>...\n                                  Number of division.  [default: 10, 10]\n  -S, --stroke_width INTEGER      Stroke width of the lines.  [default: 2]\n  -h, --help                      Show this message and exit.\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Added contrast to increase the contrast of the image",
    "version": "0.1.43",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93a8d58d1afb8372d023314e201b6ec0286fb80af92bfdcccdaa0c96e853fd37",
                "md5": "dbf898008e05821af222113bdcea105e",
                "sha256": "f34561e54e521fb7690806233b9b99e5d5da9a112492188c1faed1013891580e"
            },
            "downloads": -1,
            "filename": "vbimage-0.1.43-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbf898008e05821af222113bdcea105e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 12507,
            "upload_time": "2024-04-26T11:45:32",
            "upload_time_iso_8601": "2024-04-26T11:45:32.716192Z",
            "url": "https://files.pythonhosted.org/packages/93/a8/d58d1afb8372d023314e201b6ec0286fb80af92bfdcccdaa0c96e853fd37/vbimage-0.1.43-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eedb4090c97bd77f41e5dc90008c476a230294659737076f8b04f3b267eb5f03",
                "md5": "b6404d468a8dcf89f1d208045793def3",
                "sha256": "b419592ee29bb5a8bdb6ac95f907812db1e8adbcbcaacf36937415e74e5a0665"
            },
            "downloads": -1,
            "filename": "vbimage-0.1.43.tar.gz",
            "has_sig": false,
            "md5_digest": "b6404d468a8dcf89f1d208045793def3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 6790,
            "upload_time": "2024-04-26T11:45:34",
            "upload_time_iso_8601": "2024-04-26T11:45:34.575470Z",
            "url": "https://files.pythonhosted.org/packages/ee/db/4090c97bd77f41e5dc90008c476a230294659737076f8b04f3b267eb5f03/vbimage-0.1.43.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 11:45:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vbimage"
}
        
Elapsed time: 0.33414s