upscale-x4


Nameupscale-x4 JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryUpscale images or gifs by 4
upload_time2024-01-19 03:48:39
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Raziel619 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords ai upscale
VCS
bugtrack_url
requirements imageio numpy opencv-contrib-python pillow
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # upscale_x4

This repository provides out of the box methods for upscaling **images** and **gifs** by 4. A pretrained model is already bundled in. See the simple example below.

```python
from upscale_x4 import upscale_gif_x4, upscale_image_x4

upscaled_gif = upscale_gif_x4("path \ to \ gif")
upscaled_img = upscale_image_x4("path \ to \ image")
```

Currently supports:

1. JPGs
2. PNGs (mixed results and loses transparency)
3. GIFs

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "upscale-x4",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "AI,upscale",
    "author": "",
    "author_email": "Raziel619 <raziel619dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/96/5f/9780dbe1372659f25cff4a54715d3a43b16eeca9986eaef5d034f5fba8f9/upscale_x4-0.0.3.tar.gz",
    "platform": null,
    "description": "# upscale_x4\r\n\r\nThis repository provides out of the box methods for upscaling **images** and **gifs** by 4. A pretrained model is already bundled in. See the simple example below.\r\n\r\n```python\r\nfrom upscale_x4 import upscale_gif_x4, upscale_image_x4\r\n\r\nupscaled_gif = upscale_gif_x4(\"path \\ to \\ gif\")\r\nupscaled_img = upscale_image_x4(\"path \\ to \\ image\")\r\n```\r\n\r\nCurrently supports:\r\n\r\n1. JPGs\r\n2. PNGs (mixed results and loses transparency)\r\n3. GIFs\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Raziel619  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Upscale images or gifs by 4",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/Raziel619/upscale_x4"
    },
    "split_keywords": [
        "ai",
        "upscale"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43d7b582781b96d0479b59d6bf66d3bf28b4d5a921668c44e8a45d0e33c58fbb",
                "md5": "c6d4691d3977cfa50b400a65f8f23e1b",
                "sha256": "d23ac08d00a440be99bc98a9524b6bbbc99bfdb189d00f6769e278bf33c4d1ac"
            },
            "downloads": -1,
            "filename": "upscale_x4-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6d4691d3977cfa50b400a65f8f23e1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 40489,
            "upload_time": "2024-01-19T03:48:37",
            "upload_time_iso_8601": "2024-01-19T03:48:37.593223Z",
            "url": "https://files.pythonhosted.org/packages/43/d7/b582781b96d0479b59d6bf66d3bf28b4d5a921668c44e8a45d0e33c58fbb/upscale_x4-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "965f9780dbe1372659f25cff4a54715d3a43b16eeca9986eaef5d034f5fba8f9",
                "md5": "28fc81ce71d5772027b9e6280165a97b",
                "sha256": "3b8b5cccbbab0e9112d3a8625f89b6f3640a85d4b50c10fb3fd7e82503f05864"
            },
            "downloads": -1,
            "filename": "upscale_x4-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "28fc81ce71d5772027b9e6280165a97b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 41962,
            "upload_time": "2024-01-19T03:48:39",
            "upload_time_iso_8601": "2024-01-19T03:48:39.240385Z",
            "url": "https://files.pythonhosted.org/packages/96/5f/9780dbe1372659f25cff4a54715d3a43b16eeca9986eaef5d034f5fba8f9/upscale_x4-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 03:48:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Raziel619",
    "github_project": "upscale_x4",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "imageio",
            "specs": [
                [
                    "==",
                    "2.33.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.3"
                ]
            ]
        },
        {
            "name": "opencv-contrib-python",
            "specs": [
                [
                    "==",
                    "4.9.0.80"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "10.2.0"
                ]
            ]
        }
    ],
    "lcname": "upscale-x4"
}
        
Elapsed time: 0.18388s