iad.io — image and structured file I/O (imread, formats, CIIF, inu helpers, etc.)
Project description
ialdev-io
Image and structured file I/O utilities for the iad toolbox, published as ialdev-io and imported as iad.io.
The source directory is named fio/ instead of io/ so local development does not shadow Python's standard library io module.
Install
pip install ialdev-io
Requires Python >=3.10.
Highlights
- General image loading/saving with
imreadandimsave. - File format registry and metadata helpers in
iad.io.format. - PFM, PLY, TIFF tag, ZFP, bit-stream, and pickle helpers.
- CIIF conversion/loading utilities.
- Inuitive/NU4 helpers under
iad.io.inu.
Examples
from iad.io import imread, imsave
image = imread("input.tif")
imsave("copy.tif", image)
from iad.io.pfm import load_pfm, save_pfm
depth = load_pfm("depth.pfm")
save_pfm("depth_copy.pfm", depth)
from iad.io.format import FileFormat
handler = FileFormat.find_handler("image.tif")
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ialdev_io-0.2.2.tar.gz.
File metadata
- Download URL: ialdev_io-0.2.2.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a18e6ee494c2fa3b66d0cffdce971ad3d9036da0a67e0e0e96b7f4d52ae9d65e
|
|
| MD5 |
db73ec11ed72a3f6a822f80392bf3f44
|
|
| BLAKE2b-256 |
e0d7e5565c476dfb5375522d08a5afb3866a363fd19609574ac6be94ef571a21
|
File details
Details for the file ialdev_io-0.2.2-py3-none-any.whl.
File metadata
- Download URL: ialdev_io-0.2.2-py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.34.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93eaeec3aad39dbbb5c62e59d7ae023dfbdde0f8f5155326f5ea25d073e71706
|
|
| MD5 |
a7f64f674f5f17d9b3a5e446e4b73d88
|
|
| BLAKE2b-256 |
6e3e5836fd3b9d1e3fe7eb0d467abc73fc4e5b03fb100efa2b06a7a618317f5a
|