This is a in-house package to deal with lazy tiled image tile loading to save RAM and various methods to post process tiled outpus s
Project description
ImageTileProcessor
This is a in-house package to deal with lazy tiled image tile loading to save RAM and various methods to post process tiled outpus.
Installation
poetry install
or
pip install ImageTileProcessor
Usage
There are several command line tools that can be used to process tiled images (and their processed results).
merge-peaks
merge-polygons
tile-2d-image
And if you just want to fetch the raw pixel data from a tile, you can use the following function:
from imagetileprocessor import slice_and_crop_image
slice_and_crop_image(
image_p, x_min, x_max, y_min, y_max, zs, channel, resolution_level
)
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
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 imagetileprocessor-0.1.8.tar.gz.
File metadata
- Download URL: imagetileprocessor-0.1.8.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.12 Linux/5.15.0-133-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39985a8274d99dd4eb5acfb2ea14f04f79aadb470d9e2097e64d46fd412356d7
|
|
| MD5 |
1edeeefcd9352bd67fca2e1c0cae4cfc
|
|
| BLAKE2b-256 |
b869390548d398d80f3f2cc6139afe5ff882192d3eb6363e3d2c43657fc45136
|
File details
Details for the file imagetileprocessor-0.1.8-py3-none-any.whl.
File metadata
- Download URL: imagetileprocessor-0.1.8-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.12 Linux/5.15.0-133-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21cae96deb7638a4660f7875c0bac7bfe780048e45f40dbed31ec6b227ff7299
|
|
| MD5 |
643972f967a8ca083e28fad578c54ae2
|
|
| BLAKE2b-256 |
229a5b28377d06033b874191d0630739ac1b77f300f53eb14138eec65749ea4d
|