A plugin for ImageIO that wraps the FreeImage library
Project description
ImageIO FreeImage
Warning
This repo is licensed under the FreeImage Open Source Dual-License and not the typical BSD-2 license we use for everything else. Check out the LICENSE document in this repo and make sure you understand the consequences.
ImageIO FreeImage is a ImageIO plugin for the FreeImage library. In other words, it allows using FreeImage with ImageIO.
Installation
pip install imageio-freeimage
python -c "imageio.plugins.freeimage.download()"
Usage (and Examples)
To use it simply import the library. It will auto-register with ImageIO.
import imageio.v3 as iio
import imageio_freeimage
img = iio.imread("imageio:chelsea.png", plugin="PNG-FI")
Why ImageIO FreeImage
Based on discussions over at ImageIO's main repository, we have decided to spin out the FreeImage plugin. This was done for two reasons
-
It is/was unclear how permissible the FreeImage license is, how exactly it interacts with BSD (ImageIO's license), and what that means for downstream users who don't need FreeImage. Instead of having to deal with the fallout of this interaction, we decided to spin out the FreeImage plugin. This way, users don't have to worry, unless they explicitly need FreeImage, in which case they will likely be aware of how FreeImage is licensed, and what it means for their project.
-
The FreeImage bindings we provide are based on ctypes. In many cases this is not a problem; however, for some users it causes complications, because they, for example, use pypy or other non-cpython interpreters or they want to complile their python code in a browser via pyodide. Those use-cases are more prone to problems when ctypes are involved and having them in a dedicated optional dependency make this situation easier.
-
We can add plumbing to compile FreeImage in CD and ship it precompiled without the need for any post-install actions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for imageio_freeimage-0.1.1-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dc915356ad92ab51f7003b0767c578ec79736c514781cb3e08fcd10a1473925 |
|
MD5 | 51ef527d3a883f8fa46641f02bb7c451 |
|
BLAKE2b-256 | 1827297f368a388b77addc22f43808c57f84802a5723d94510fb2fda6d4a85e4 |