Metadata-Version: 2.3
Name: tiledimage
Version: 0.6.0
Summary: tools for tiled image that can be cached on a filesystem.
License: MIT
Author: vitroid
Author-email: vitroid@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: opencv-python-headless (>=4.11.0.86,<5.0.0.0)
Requires-Dist: pylru (>=1.2.1,<2.0.0)
Requires-Dist: pyperbox (>=0.1.1,<0.2.0)
Requires-Dist: rasterio (>=1.4.3,<2.0.0)
Requires-Dist: tifffile (>=2025.9.9,<2026.0.0)
Description-Content-Type: text/markdown

#TiledImage
This provides tools for tiled image that can be cached on a filesystem.

It is developed to reduce the memory usage when handling an image that is too huge to show all at a time.
It is developed for the [TrainScanner](https://github.com/vitroid/TrainScanner).

