.. 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.9+,
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.9",
"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/0c/47/57e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501/imageio-2.37.0.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.9+,\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.37.0",
"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": "cbbdb394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2",
"md5": "41997ba328696e770570f80240b93465",
"sha256": "11efa15b87bc7871b61590326b2d635439acc321cf7f8ce996f812543ce10eed"
},
"downloads": -1,
"filename": "imageio-2.37.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "41997ba328696e770570f80240b93465",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 315796,
"upload_time": "2025-01-20T02:42:34",
"upload_time_iso_8601": "2025-01-20T02:42:34.931558Z",
"url": "https://files.pythonhosted.org/packages/cb/bd/b394387b598ed84d8d0fa90611a90bee0adc2021820ad5729f7ced74a8e2/imageio-2.37.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c4757e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501",
"md5": "ac4bc6294d79e0407c853618f49bc312",
"sha256": "71b57b3669666272c818497aebba2b4c5f20d5b37c81720e5e1a56d59c492996"
},
"downloads": -1,
"filename": "imageio-2.37.0.tar.gz",
"has_sig": false,
"md5_digest": "ac4bc6294d79e0407c853618f49bc312",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 389963,
"upload_time": "2025-01-20T02:42:37",
"upload_time_iso_8601": "2025-01-20T02:42:37.089115Z",
"url": "https://files.pythonhosted.org/packages/0c/47/57e897fb7094afb2d26e8b2e4af9a45c7cf1a405acdeeca001fdf2c98501/imageio-2.37.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-20 02:42:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imageio",
"github_project": "imageio",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "imageio"
}