-
Hi,
Thanks so much for your work on this package!
I was wondering whether you might consider adding an SVG to TIFF conversion function; e.g. `rsvg_tiff()` similar to `rsvg::rsvg_png()`?
The f…
-
### What did you do?
Load a TIFF with exif rotation info and save as JPG
### What did you expect to happen?
Save image
### What actually happened?
save() crashes
### What are your OS, …
-
I'd like to denoise frames saved as tiff. While I had no problem training a denoiser and using it with mrc files, I did run into issues with tiff, specifically with [EMPIAR-10673](https://www.ebi.ac.u…
-
**Description**
The read_tiff function seems like it will error for any non-imagej formatted image written by tifffile -- and perhaps any non-imagej tiff whatsoever -- as tifffile's read function wil…
-
I am generating simple RGB OME-TIFFs. Everything is working as expected with saving the file using tifffile and napari-tiff is recognizing them as RGB images (`PHOTOMETRIC.RGB`) with one channel and `…
-
This has been tried here: https://github.com/Open-EO/openeo-geotrellis-extensions/issues/199
But was disabled: https://github.com/Open-EO/openeo-geotrellis-extensions/commit/01b67c85f27ff59fde22872a5…
-
I came across an issue with the TIFF file writing plugin in ADCore. I am adding parameters from my areaDetector driver to the NDAttributeList, using an XML file like:
```
```
And …
-
L84: self.tags = {TAGS[key]: fp.tag[key] for key in fp.tag_v2} fp.tag[key] needs to be fp.tag_v2[key] or alternatively for ky in fp.tag
and only when key in TAGS
-
### 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
…
-
Previously I attempted to use pyvips to write a (big) tiff tile-by-tile, but that is not supported yet: https://github.com/libvips/libvips/discussions/2860. Since I can now map #4223 a VImage to a pyv…