imageio


Nameimageio JSON
Version 2.34.1 PyPI version JSON
download
home_pagehttps://github.com/imageio/imageio
SummaryLibrary for reading and writing a wide range of image, video, scientific, and volumetric data formats.
upload_time2024-04-22 02:22:38
maintainerNone
docs_urlNone
authorimageio contributors
requires_python>=3.8
licenseBSD-2-Clause
keywords image video volume imread imwrite io animation ffmpeg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
.. image:: https://github.com/imageio/imageio/workflows/CI/badge.svg
    :target: https://github.com/imageio/imageio/actions


Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric
data, and scientific formats. It is cross-platform, runs on Python 3.5+,
and is easy to install.

Main website: https://imageio.readthedocs.io/


Release notes: https://github.com/imageio/imageio/blob/master/CHANGELOG.md

Example:

.. code-block:: python

    >>> import imageio
    >>> im = imageio.imread('imageio:astronaut.png')
    >>> im.shape  # im is a numpy array
    (512, 512, 3)
    >>> imageio.imwrite('astronaut-gray.jpg', im[:, :, 0])

See the `API Reference <https://imageio.readthedocs.io/en/stable/reference/index.html>`_
or `examples <https://imageio.readthedocs.io/en/stable/examples.html>`_
for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/imageio/imageio",
    "name": "imageio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "image video volume imread imwrite io animation ffmpeg",
    "author": "imageio contributors",
    "author_email": "almar.klein@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/f9/aa9f3a4eae46f4727902516dc7b365356c1e4e883156532b74d135a69887/imageio-2.34.1.tar.gz",
    "platform": "any",
    "description": "\n.. image:: https://github.com/imageio/imageio/workflows/CI/badge.svg\n    :target: https://github.com/imageio/imageio/actions\n\n\nImageio is a Python library that provides an easy interface to read and\nwrite a wide range of image data, including animated images, volumetric\ndata, and scientific formats. It is cross-platform, runs on Python 3.5+,\nand is easy to install.\n\nMain website: https://imageio.readthedocs.io/\n\n\nRelease notes: https://github.com/imageio/imageio/blob/master/CHANGELOG.md\n\nExample:\n\n.. code-block:: python\n\n    >>> import imageio\n    >>> im = imageio.imread('imageio:astronaut.png')\n    >>> im.shape  # im is a numpy array\n    (512, 512, 3)\n    >>> imageio.imwrite('astronaut-gray.jpg', im[:, :, 0])\n\nSee the `API Reference <https://imageio.readthedocs.io/en/stable/reference/index.html>`_\nor `examples <https://imageio.readthedocs.io/en/stable/examples.html>`_\nfor more information.\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.",
    "version": "2.34.1",
    "project_urls": {
        "Download": "http://pypi.python.org/pypi/imageio",
        "Homepage": "https://github.com/imageio/imageio"
    },
    "split_keywords": [
        "image",
        "video",
        "volume",
        "imread",
        "imwrite",
        "io",
        "animation",
        "ffmpeg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3b639c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06",
                "md5": "95eb2942158cea5452aa95c165a5eb1e",
                "sha256": "408c1d4d62f72c9e8347e7d1ca9bc11d8673328af3913868db3b828e28b40a4c"
            },
            "downloads": -1,
            "filename": "imageio-2.34.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95eb2942158cea5452aa95c165a5eb1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 313462,
            "upload_time": "2024-04-22T02:22:35",
            "upload_time_iso_8601": "2024-04-22T02:22:35.630120Z",
            "url": "https://files.pythonhosted.org/packages/a3/b6/39c7dad203d9984225f47e0aa39ac3ba3a47c77a02d0ef2a7be691855a06/imageio-2.34.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cf9aa9f3a4eae46f4727902516dc7b365356c1e4e883156532b74d135a69887",
                "md5": "3908cb16039f8ca7137e15b5954d4a4e",
                "sha256": "f13eb76e4922f936ac4a7fec77ce8a783e63b93543d4ea3e40793a6cabd9ac7d"
            },
            "downloads": -1,
            "filename": "imageio-2.34.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3908cb16039f8ca7137e15b5954d4a4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 387557,
            "upload_time": "2024-04-22T02:22:38",
            "upload_time_iso_8601": "2024-04-22T02:22:38.320622Z",
            "url": "https://files.pythonhosted.org/packages/2c/f9/aa9f3a4eae46f4727902516dc7b365356c1e4e883156532b74d135a69887/imageio-2.34.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 02:22:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imageio",
    "github_project": "imageio",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "imageio"
}
        
Elapsed time: 0.31337s