Path to this page:
./
graphics/py-imageio,
Python library to read and write images
Branch: CURRENT,
Version: 2.36.0,
Package name: py312-imageio-2.36.0,
Maintainer: prlw1Imageio is a Python library that provides an easy interface to read
and write a wide range of image data, including animated images,
video, volumetric data, and scientific formats. It is cross-platform,
runs on Python 2.7 and 3.4+, and is easy to install.
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
graphics/py-Pillow] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 380.363 KB
Version history: (Expand)
- (2024-10-22) Updated to version: py312-imageio-2.36.0
- (2024-08-19) Updated to version: py312-imageio-2.35.1
- (2024-07-03) Updated to version: py311-imageio-2.34.2
- (2024-04-28) Updated to version: py311-imageio-2.34.1
- (2024-02-12) Updated to version: py311-imageio-2.34.0
- (2024-01-25) Updated to version: py311-imageio-2.33.1
CVS history: (Expand)
2024-04-28 20:08:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-imageio: updated to 2.34.1
v2.34.1
Fix bug of 1068 that getattr cannot get attribute with index directly
|
2024-02-12 14:54:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-imageio: updated to 2.34.0
v2.34.0 (2024-02-12)
Feature
Forward constructor kwargs to PyAV
|
2024-01-25 17:17:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-imageio: updated to 2.33.1
v2.33.1 (2023-12-11)
Fix
Replace mktemp with mkstemp when caching to disk for legacy plugins
Other
Fix grammar in ImportError
v2.33.0 (2023-11-20)
Fix
Update pyav plugin to reflect AV changes
Unpin Pillow and allow versions >=10.1.0
Feature
Support for AVIF image format
v2.32.0 (2023-11-06)
Feature
Add support for HEIF format
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
|
2023-04-24 09:07:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-imageio: updated to 2.28.0
v2.28.0 (2023-04-24)
Feature
Expose v3 plugins via v2 API
v2.27.0 (2023-03-27)
Fix
Update FreeImage backend to v3.18.0 on Windows
Feature
Add n_images to ImageProperties
v2.26.1 (2023-03-20)
Fix
Consistently apply color palettes by default
Allow ffmpeg filters to terminate iter
Handle unknown video duration in pyav metadata
Other
Remove pypy 3.7 testing and improve CI/CD scripts
Several doc improvements
Add GH Sponsors link (0e13f64)
v2.26.0 (2023-02-27)
Feature
Collection of small improvements to pyav
v2.25.1 (2023-02-13)
Fix
Format hint test doesn't need to establish a connection
Other
Don't build pdfs on RTD
v2.25.0 (2023-01-23)
Feature
Add audio support for ffmpeg writer
v2.24.0 (2023-01-09)
Feature
Tifffile v3
Other
Pin sphinx below v6
v2.23.0 (2022-12-19)
Feature
Add support for Python 3.11
Other
Exclude py3.11 on windows
GitHub Actions add Python 3.11 to the testing
Add migration instructions for as_gray in new pillow plugin.
v2.22.4 (2022-11-07)
Fix
Fix silent failure when writing gray images with explicit color channel using pillow
Ffmpeg supports .h264 extension
Avoid webcam hang on MacOS
Other
Fix typo
Document deprecated format_hint
v2.22.3 (2022-10-31)
Fix
Support compression and compressionargs in tifffile plugin
v2.22.2 (2022-10-16)
Fix
Make legacy FormatManager skip uninstalled plugins
Other
Remove unneeded image_mode references
Remove xcode reference (dead link) (d1c3e5e)
v2.22.1 (2022-10-03)
Fix
Raise ImportError when iio-ffmpeg is missing
Other
EXR spec
Remove stale funding platform (f428953)
v2.22.0 (2022-09-19)
Feature
Pyav API for procedural video writing
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|