ImageTileProcessor

View on PyPIReverse Dependencies (0)

0.1.11 imagetileprocessor-0.1.11-py3-none-any.whl

Wheel Details

Project: ImageTileProcessor
Version: 0.1.11
Filename: imagetileprocessor-0.1.11-py3-none-any.whl
Download: [link]
Size: 8321
MD5: e4887f02a10da2f7e82144e283aeff69
SHA256: 1c92b5fe2381c134a76d2d6e8e234371447d3e73503328355a345b3cea16984b
Uploaded: 2025-03-20 23:25:23 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: ImageTileProcessor
Version: 0.1.11
Summary: 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
Author: Tong Li
Author-Email: tl10[at]sanger.ac.uk
Project-Url: Homepage, https://github.com/BioinfoTongLI/ImageTileProcessor
Project-Url: Repository, https://github.com/BioinfoTongLI/ImageTileProcessor
License: MIT
Keywords: image,tiles,processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8,<=3.11
Requires-Dist: aicsimageio (<5.0.0,>=4.12.1)
Requires-Dist: fire (<0.7.0,>=0.6.0)
Requires-Dist: numpy (<2.0.0,>=1.24.0)
Requires-Dist: shapely (<3.0.0,>=2.0.3)
Requires-Dist: tifffile (<2025.0.0,>=2024.7.24)
Requires-Dist: tqdm (<5.0.0,>=4.67.1)
Description-Content-Type: text/markdown
[Description omitted; length: 672 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 2.1.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
imagetileprocessor/__init__.py sha256=K9-cjk-hla_sb7Uzvn7U39l5cGDfL9wrvfDhTjTm_0c 2924
imagetileprocessor/merge_peaks.py sha256=uQhsF-pZkmUb2LtH7Sis4w33kkOPkYGC2FA0e2rgZZM 1624
imagetileprocessor/merge_polygons.py sha256=EPAcyordnopww1g7kVacqNtnHSWxGAM_hpD6vd7yH3k 7658
imagetileprocessor/tile_2D_image.py sha256=XFee_2pFWG8yd3zk8RwHDD3RMCpI3ypNVkbnLadndUg 2561
imagetileprocessor-0.1.11.dist-info/LICENSE sha256=cW8ix9_wzdfDKurRB0cyO1dhduD6zSkKMe16vYXIyhc 1064
imagetileprocessor-0.1.11.dist-info/METADATA sha256=ONV2hUN5dgp9mYyPOeKdge6RdyTh0Sanp7Rbw4-KhRo 1742
imagetileprocessor-0.1.11.dist-info/WHEEL sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY 88
imagetileprocessor-0.1.11.dist-info/entry_points.txt sha256=Lw89TFdFYj8WjUS-briCL_NGmhvaoF-CMtJwSzjLbGA 170
imagetileprocessor-0.1.11.dist-info/RECORD

entry_points.txt

merge-peaks = imagetileprocessor.merge_peaks:run
merge-polygons = imagetileprocessor.merge_polygons:run
tile-2d-image = imagetileprocessor.tile_2D_image:run