- special IJTiffParallel class to help generate frames in parallel

- warning now shows which frames are missing
This commit is contained in:
Wim Pomp
2024-10-16 14:26:30 +02:00
parent 654755ab83
commit 83c0e221fb
3 changed files with 90 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tiffwrite"
version = "2024.10.3"
version = "2024.10.4"
edition = "2021"
[lib]
@@ -17,7 +17,7 @@ zstd = "0.13.2"
numpy = { version = "0.22.0", optional = true }
[dependencies.pyo3]
version = "0.22.2"
version = "0.22.5"
features = ["extension-module", "abi3-py310", "generate-import-lib", "anyhow", "multiple-pymethods"]
optional = true