imageio-ffmpeg for enterprise Available as part of the Tidelift Subscription The maintainers of imageio-ffmpeg and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce...
Imageio 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 3.6+, and is easy to install. ...
python: Implement ImageCache.get_imagespec()#3982(2.6.0.0, 2.5.3.1-beta2) TextureOpthas been refactored a bit: some fields have been reordered; it's actually called TextureOpt_v2 (TextureOpt is an alias) to allow better compatibility-preserving improvements in the future, and similarly, Text...
First off, for imageio[freeimage] to work the same way as imageio[ffmpeg] we would have to create a dedicated package for freeimage that can be installed, or we would have to hack setuptools to run a certain script that installs freeimage when freeimage is set in extra_requires. Regarding...
This is especially true for very specific formats, or plugins that are relatively large/complex (Both imageio-ffmpeg and freeimage are examples that require specific skill / familiarity with the things they wrap). Another way to go about this is to look at the topic. E.g. have imageio-...
FFMpeg Now uses case-insensitive tests on file extensions, so does not get confused on Windows with all-caps filenames. #3364 (2.4.1.0/2.3.14) Take care against possible double-free of allocated memory crash upon destruction. #3376 (2.4.1.0/2.3.14) GIF IOProxy support. #3181 (2.4.0...
FFMpeg Now uses case-insensitive tests on file extensions, so does not get confused on Windows with all-caps filenames. #3364 (2.4.1.0/2.3.14) Take care against possible double-free of allocated memory crash upon destruction. #3376 (2.4.1.0/2.3.14) GIF IOProxy support. #3181 (2.4.0...
The latter is still available but the FreeImage library is no longer distributed by default. New Pillow plugin to privide the common formats. FreeImage plugin gets lower priority w.r.t. resolving a format. No more automatic downloading of libraries and executable (for FreeImage, FFMPEG and AVBIN...
ffmpeg: Add proper detection of new FFmpeg versions#4394(by Darby Johnston) (2.6.3.0) ffmpeg: FFmpeg additional metadata#4396(by Darby Johnston) (2.6.3.0) png: New output compression mode names recognized: "none", "pngfast". Also some minor speedups to PNG writes. ...