.. 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.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/4f/34/a714fd354f5f7fe650477072d4da21446849b20c02045dcf7ac827495121/imageio-2.36.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.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.36.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": "4ee726045404a30c8a200e960fb54fbaf4b73d12e58cd28e03b306b084253f4f",
"md5": "83925b388b0af83e7d1f2f6423956d41",
"sha256": "471f1eda55618ee44a3c9960911c35e647d9284c68f077e868df633398f137f0"
},
"downloads": -1,
"filename": "imageio-2.36.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "83925b388b0af83e7d1f2f6423956d41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 315414,
"upload_time": "2024-10-14T02:48:59",
"upload_time_iso_8601": "2024-10-14T02:48:59.564126Z",
"url": "https://files.pythonhosted.org/packages/4e/e7/26045404a30c8a200e960fb54fbaf4b73d12e58cd28e03b306b084253f4f/imageio-2.36.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f34a714fd354f5f7fe650477072d4da21446849b20c02045dcf7ac827495121",
"md5": "0d0e4f36e0d9a3401795ee390a52b858",
"sha256": "1c8f294db862c256e9562354d65aa54725b8dafed7f10f02bb3ec20ec1678850"
},
"downloads": -1,
"filename": "imageio-2.36.0.tar.gz",
"has_sig": false,
"md5_digest": "0d0e4f36e0d9a3401795ee390a52b858",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 389492,
"upload_time": "2024-10-14T02:49:01",
"upload_time_iso_8601": "2024-10-14T02:49:01.896193Z",
"url": "https://files.pythonhosted.org/packages/4f/34/a714fd354f5f7fe650477072d4da21446849b20c02045dcf7ac827495121/imageio-2.36.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-14 02:49:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imageio",
"github_project": "imageio",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "imageio"
}