-
### What did you do?
`python -m pytest Tests/test_file_libtiff.py` on a 32-bit PowerPC system.
### What did you expect to happen?
Tests passing.
### What actually happened?
```pytb
…
-
Hi! Thanks so much for this very useful package. I'm interested in using PetaKit5D for stitching large LSM datasets collected on commercial scopes like the Miltenyi Blaze. For this, I need to generate…
-
This is mainly a conversation starter. I myself was interested in having a Cloud-Optimized-Geotiff reader in Bevy, which led to #245. Now, @spoutn1k is working on harmonizing the API together with EXI…
-
This is more of a request for support. Trying to use this library to create a tiff file and read it:
```rust
use tiff::decoder::Decoder;
use tiff::encoder::colortype::Gray8;
use tiff::tags::{Pho…
-
I have noticed that when I run `gigapath.pipeline.run_inference_with_tile_encoder()`, **the output is slightly different when I change the batch size**. I guess this is due to some stochastic process…
-
Going through the code, it seems that the compressor is pretty hard coded based on the `compressiontag`.
https://github.com/cgohlke/tifffile/blob/8a25a0d4738390af0a1f693705f29875d88fc320/tifffile/t…
-
### Discussed in https://github.com/libvips/libvips/discussions/3818
Originally posted by **AngelaDMerkel** January 17, 2024
Libvips struggles to properly handle metadata when moving between T…
-
The TIFF file format isn't in heavy use except when dealing with text, faxes, etc. So having a basic encoder/decoder would be helpful but is definitely a low priority at the moment.
Basic tiff tags:
…
-
I would like to be able to encode and decode tiff images that follow the OME-TIFF/OME-XML specifications.
My specific use case for this functionality is in microscopy imaging or bio-imaging experim…
-
When attempting to save an image/mat using `SaveImage`, it appears that all data gets clamped to a 0-255 range and saved as U8. This is a pity since `LoadImage` will honor the data type of the incomin…