np-zoom-in


Namenp-zoom-in JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/np_zoom_in
SummaryZoom in on a picture
upload_time2022-12-27 22:52:41
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords image zoom numpy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Zoom in on a picture

```python
$pip install np-zoom-in
from np_zoom_in import np_zoom_in

zoim = np_zoom_in(
    r"C:\Users\Gamer\anaconda3\envs\dfdir\xxxxxxxxxx.png",
    zoom_factor=1.2,
    mode="mirror",
)

# Possible parameters:
# https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.zoom.html

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/np_zoom_in",
    "name": "np-zoom-in",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "image,zoom,numpy",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/46/06/359e071d9b46dc69979669e41ba1183dd3d9fe677a2f931ec0e5ae9b843d/np_zoom_in-0.10.tar.gz",
    "platform": null,
    "description": "\n# Zoom in on a picture\n\n```python\n$pip install np-zoom-in\nfrom np_zoom_in import np_zoom_in\n\nzoim = np_zoom_in(\n    r\"C:\\Users\\Gamer\\anaconda3\\envs\\dfdir\\xxxxxxxxxx.png\",\n    zoom_factor=1.2,\n    mode=\"mirror\",\n)\n\n# Possible parameters:\n# https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.zoom.html\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Zoom in on a picture",
    "version": "0.10",
    "split_keywords": [
        "image",
        "zoom",
        "numpy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b132cd54b552f71e7ac6e1b31284dfd0",
                "sha256": "934fe587d892dc7647ed2087225d1e001436b13f2a1c37bf8c5966afff8d2ddf"
            },
            "downloads": -1,
            "filename": "np_zoom_in-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b132cd54b552f71e7ac6e1b31284dfd0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4427,
            "upload_time": "2022-12-27T22:52:40",
            "upload_time_iso_8601": "2022-12-27T22:52:40.106964Z",
            "url": "https://files.pythonhosted.org/packages/34/4c/b0ba314ecd9d5ece7d55171d2865e39d1511f48d02db0532bc37ef744aac/np_zoom_in-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ee322715d44780eebd9e9f940aa53e92",
                "sha256": "b73618de907cc7ca8bc4198b0b35fe21b86a5c2c726fd1f82e5d6ef2682d2e6b"
            },
            "downloads": -1,
            "filename": "np_zoom_in-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ee322715d44780eebd9e9f940aa53e92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3253,
            "upload_time": "2022-12-27T22:52:41",
            "upload_time_iso_8601": "2022-12-27T22:52:41.517920Z",
            "url": "https://files.pythonhosted.org/packages/46/06/359e071d9b46dc69979669e41ba1183dd3d9fe677a2f931ec0e5ae9b843d/np_zoom_in-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 22:52:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "np_zoom_in",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "np-zoom-in"
}
        
Elapsed time: 0.02433s