Commit Graph

29 Commits

Author SHA1 Message Date
w.pomp 2fc0bf8c9f - use tokio instead of os threads
PyTest / pytest (3.10) (push) Successful in 7m3s
PyTest / pytest (3.12) (push) Successful in 1m29s
PyTest / pytest (3.14) (push) Successful in 1m27s
- buffer writes
- also write in parallel
2026-05-08 18:55:07 +02:00
w.pomp 8883ae7e5e - use color-eyre 2026-01-23 11:16:10 +01:00
Wim Pomp 86f1c50c30 - bump dependencies
- bump git action versions
2025-12-13 10:40:12 +01:00
w.pomp ff9d82d57f - make error mod public 2025-09-26 18:17:34 +02:00
w.pomp 56680d88f4 - replace anyhow with thiserror 2025-09-26 18:14:18 +02:00
Wim Pomp 7ea0d1c093 - add colormap from string to rust code 2025-08-23 23:13:57 +02:00
Wim Pomp 067368e06c - use css colors to convert color names into rgb values 2025-08-21 22:11:45 +02:00
Wim Pomp b09f804a3f - flexible number of threads
- path: &str -> path: AsRef<Path>
2025-05-15 13:34:31 +02:00
Wim Pomp f4ee691cdb - python compression parsing fix 2025-03-27 20:57:03 +01:00
Wim Pomp 12d5d3355b - add deflate compression 2025-03-27 15:32:31 +01:00
Wim Pomp 9ee8fc1029 - change to MIT license
- change XY to YX in python tiffwrite.tiffwrite
2025-02-19 20:41:28 +01:00
Wim Pomp 8f4a506d45 - implement clippy's recommendations 2025-01-08 15:30:25 +01:00
Wim Pomp 738dea9987 - bugfix: height and width were swapped
- include checksum in zstd otherwise Fiji cannot some very specific frames
2024-12-23 18:55:24 +01:00
Wim Pomp 7fdfb7c9dc - bugfix: make sure all bytes are processed by the zstd encoder
- bump dependencies
2024-12-23 15:29:08 +01:00
Wim Pomp 49f8ab4115 - add __version__ for python 2024-11-04 14:58:42 +01:00
Wim Pomp 17bf8c0536 - use ArcArray all the way up to the encoder
- remove set_compression_level
2024-10-17 23:23:34 +02:00
Wim Pomp 19c17a798d - python: remove deprecated shape argument
- rust: make frame argument to save more generic
2024-10-17 13:45:32 +02:00
Wim Pomp 76046b762e - try to use array views 2024-10-16 22:14:11 +02:00
Wim Pomp 9ed901a11a - fix writing pixel size 2024-10-16 17:48:58 +02:00
Wim Pomp 48b4a2c7ba - commit before upload to crates.io 2024-10-16 17:16:58 +02:00
Wim Pomp eea72dfba9 - parallel bugfix 2024-10-16 17:03:32 +02:00
Wim Pomp 83c0e221fb - special IJTiffParallel class to help generate frames in parallel
- warning now shows which frames are missing
2024-10-16 14:26:30 +02:00
Wim Pomp 654755ab83 - switch black and white at ends of quantitative colormaps 2024-10-14 19:03:24 +02:00
Wim Pomp 95a49bb28e - bump ndarray 2024-10-12 13:30:11 +02:00
Wim Pomp 625b222a0d - some warnings
- better color(map) support
- make python module optional in rust
- max 48 threads
2024-10-12 13:19:22 +02:00
Wim Pomp 4d31933a38 - make zstd block include content size so fiji can actually read it
- add compression level argument
- remove shape argument
- some more pytest tests
2024-10-11 18:52:49 +02:00
Wim Pomp f62b711692 - add tiffwrite function for python
- parallel zstd compression
2024-10-09 15:07:38 +02:00
Wim Pomp 52785037b9 - can now save the common types 2024-10-09 12:05:11 +02:00
Wim Pomp 82931f7715 rewrite in rust 2024-10-06 20:30:57 +02:00