- update to 2.33.0:
* Update pyav plugin to reflect AV changes
* Unpin Pillow and allow versions >=10.1.0
* Support for AVIF image format
* Add support for HEIF format
* Raise warning instead of error when using fps in pillow
* Consistently load GIF frames using the same pixel format
* Refactor resolution metadata reading for TIFF and avoid failing on missing data
* Add bytes to ImageResource typehints
* Remove deprecations in CD
* Fix typo in README.md
* Fix several typos in the docs and source code comments
* Add migration note for format kwarg
* Raise ImportError when iio-ffmpeg is missing
- Update to 2.22.0
OBS-URL: https://build.opensuse.org/request/show/1129223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=15
* Update pyav plugin to reflect AV changes
* Unpin Pillow and allow versions >=10.1.0
* Support for AVIF image format
* Add support for HEIF format
* Raise warning instead of error when using fps in pillow
* Consistently load GIF frames using the same pixel format
* Refactor resolution metadata reading for TIFF and avoid failing on missing data
* Add bytes to ImageResource typehints
* Remove deprecations in CD
* Fix typo in README.md
* Fix several typos in the docs and source code comments
* Add migration note for format kwarg
* Raise ImportError when iio-ffmpeg is missing
- Update to 2.22.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=33
- Clean up SPEC file.
- update to 2.31.1
* Add support for Python 3.11
* Tifffile v3 support
* Add audio support for ffmpeg writer
* small improvements to pyav
* Consistently apply color palettes by default
* Add n_images to ImageProperties
* Expose v3 plugins via v2 API
* Decode gray 16-bit PNG as uint16 (not int32) if pillow allows
- update to 2.22.1:
* Raise ImportError when iio-ffmpeg is missing
OBS-URL: https://build.opensuse.org/request/show/1096162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=13
- Update to 2.22.0
Feature
* Pyav API for procedural video writing (#853) (acbcb64)
- Update to v2.21.3
Fix
* Raise error if fps is specified (#871) (1f8d37a)
Other
* Fix small typo (#873) (f59e16d)
* Examples for Pyav (#865) (810a7a9)
- Update to v2.21.2
Fix
* Allow v3.imread to read dicom (#868) (22c98c2)
Revert to asanyarray (#863) (fdaba04)
Other
Add missing numpy import in example (#866) (d85bfba)
- Update to v2.21.1
Fix
Seeking to last frame caused EoF in pyav (#855) (7ff7f02)
- Update to v2.21.0
Fix
Write single TIFF page for single RGB image (#851) (0f04bc9)
Feature
Add is_batch kwarg to pillow (#845) (21d5c73)
Other
Add a migration note about pillow squeezing (#850) (7c55a55)
Add missin option to imwrite type hints (#848) (6da4a42)
Ignore exclude_applied on legacy plugins (#844) (f082dde)
Remove unneeded CD steps (#847) (0d99c51)
- Update to v2.20.0
Fix
OBS-URL: https://build.opensuse.org/request/show/1006804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=25
- Update to version 2.9.0
Fixed
* More robust loading of FEI SEM data (#529 by jon-lab).
* Fix webcam not working on Win10 (#525).
Added
* Add a few standard images useful to 3D visualization.
* The timeout used in HTTP requests can now be set with an
environment variable (#534 by Johann Neuhauser).
* The DICOM plugin can now used gdcm for compressed transfer
formats.
* Better support for itk/sitk plugins (#530 by Jonathan Daniel).
* Test coverage and CI for ARM (#518 by odidev).
- Skip python36 build: NumPy 1.20 dropped suport for Python 3.6
making python36-numpy unavailable in Tumbleweed (NEP 29)
- Suggest the extras, you can test what we have in openSUSE with
`osc build --with test_extras`
OBS-URL: https://build.opensuse.org/request/show/872651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=21
- Update to version 2.8.0
* (skipping version 2.7 to avoid confusion with Python v2.7.)
* Added example for compressing GIFs using pygifsicle
* Added support for compressed FITS images
* Improved support for JPEG2000 (can now provide parameters)
* More flexible setting of memory limit in mimread and mvolread
* Drop support for Python 2.7 and Python 3.4.
* Drop support for AVbin, use ffmpeg instead.
* Many bugfixes.
OBS-URL: https://build.opensuse.org/request/show/792756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=17
- update to version 2.5.0
+ The ffmpeg plugin has been refactored:
* The core has been moved to a new library: imageio-ffmpeg.
* That library provides platform-specific wheels that includes ffmpeg,
so just ``pip install imageio-ffmpeg`` instead of the download step.
* Note that this new library is py3k only.
* Termination of ffmpeg subprocess is now more reliable.
* The reader of the ffmpeg plugin now always reports ``inf`` as the number of
frames. Use ``reader.count_frames()`` to get the actual number, or estimate
it from the fps and duration in the meta data.
* Removed ``CannotReadFrameError``.
+ Other changes:
* The avbin plugin has been depreacted and will be removed in a future version.
* Imnproved speed for PIL and FFMPEG plugsins by avoiding memory copies.
* Update the included tiffile library.
* Support for SimpleITK.
* Speed up tiffile plugin when writing to something else than a filename.
* Fix that writing to a file object would not work for some plugins.
* Can now pass image data to the write functions as anything that resolves to
a numpy array with a numeric dtype.
* One can now read from a memoryview.
* Fix error related to paletted BMP with the Pillow plugin.
* Improved logging.
- update to version 2.4.1
* Fix installation issue on flavors of Ubuntu 14.04 /w Python 2.7 (#378).
* Use `np.frombuffer` instead of `np.fromstring` in some cases.
- update to version 2.4.0
* Renamed ``Image`` class to ``Array`` and add documentation for this ndarray subclass.
* Reading from HTTP and zipfiles has been improved and better documented.
* Improvements to reading and writing of Tiff metadata (by Lukas Schrangl).
* Better dealing of tifffile dependencies on Python 2.7 (#330 and #337 by Chris Barnes).
* Reader for the SPE format (#358 by lschr).
* Better termination of FFMPEG when reading from webcam (#346 by Dennis Vang).
* FFMPEG support for reading 16bit videos (#342 by Peter Minin).
OBS-URL: https://build.opensuse.org/request/show/695287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=13