Name | upscale-x4 JSON |
Version |
0.0.5
JSON |
| download |
home_page | None |
Summary | Upscale images or gifs by 4 |
upload_time | 2024-10-09 20:02:17 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
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. |
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": null,
"name": "upscale-x4",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "AI, upscale",
"author": null,
"author_email": "Raziel619 <raziel619dev@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/7c/fd/a1dea4b63c2564332023aaf04e5ff0d62d3a152a3c6fdceba0f464c801b2/upscale_x4-0.0.5.tar.gz",
"platform": null,
"description": "# upscale_x4\n\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.\n\n```python\nfrom upscale_x4 import upscale_gif_x4, upscale_image_x4\n\nupscaled_gif = upscale_gif_x4(\"path \\ to \\ gif\")\nupscaled_img = upscale_image_x4(\"path \\ to \\ image\")\n```\n\nCurrently supports:\n\n1. JPGs\n2. PNGs (mixed results and loses transparency)\n3. GIFs\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.5",
"project_urls": {
"Homepage": "https://github.com/Raziel619/upscale_x4"
},
"split_keywords": [
"ai",
" upscale"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "29a7318f93e83485cf00a4584f34f6ad2455f732555218b64319b597dd3c69cb",
"md5": "b7e76e0e69ef2f34a995f68e56310259",
"sha256": "89acb4bfe4f8ad97bc45f7076d23a6aa73f86a26b9a997f80f47fa4e0a0d0641"
},
"downloads": -1,
"filename": "upscale_x4-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b7e76e0e69ef2f34a995f68e56310259",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 74525,
"upload_time": "2024-10-09T20:02:16",
"upload_time_iso_8601": "2024-10-09T20:02:16.592096Z",
"url": "https://files.pythonhosted.org/packages/29/a7/318f93e83485cf00a4584f34f6ad2455f732555218b64319b597dd3c69cb/upscale_x4-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7cfda1dea4b63c2564332023aaf04e5ff0d62d3a152a3c6fdceba0f464c801b2",
"md5": "16f05fc952d0efa3348ea8f5a4470f89",
"sha256": "b5982f723c172c2920936ecde6f249d27124e1442c1bf403c3882f2358856397"
},
"downloads": -1,
"filename": "upscale_x4-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "16f05fc952d0efa3348ea8f5a4470f89",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 76203,
"upload_time": "2024-10-09T20:02:17",
"upload_time_iso_8601": "2024-10-09T20:02:17.776748Z",
"url": "https://files.pythonhosted.org/packages/7c/fd/a1dea4b63c2564332023aaf04e5ff0d62d3a152a3c6fdceba0f464c801b2/upscale_x4-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-09 20:02:17",
"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"
}