-
The wkw format is ill-suited for large 2D images. Therefore, webknossos has experimental support for tiled-tiff formats. The cuber should auto-detect 2D input files and convert them to tiled-tiffs inc…
-
**Description**
When uploading images to a collection, there should be an option to keep the original data. Currently, all images are converted to tiled Tiff. Some existing tools for processing certa…
-
This code fragment raises an exception with some specific files:
```
try {
ImageInputStream input = ImageIO.createImageInputStream(file);
ImageReader reader = ImageIO.getImageRea…
-
TL;DR: Im stuck between two methods of creating tiff-tiles: A basic script cutting the big tiff in smaller pieces, and gdal2tiles script that have been tinkered with to allow it to produce tiffs. The …
-
It seems that Loris does not fully support PTIFF, in the sense that it does not give `sizes` and `tiles` in the info.json (which may mean that Loris does not read all the information in the image, i.e…
-
Hey @pearu, I wrote some code to allow pylibtiff to read 3D TIFF images. It's a modified version of the TIFF.read_tiles() method in libtiff_ctypes.py. Currently it's a monkeypatch that is applied to l…
-
We have used your code and we have some questions: We want to know which tiff format the code is transferred to, whether it is a stripped tiff or a tiled tiff.What we want to transfer is tiled tiff. W…
-
Hiya, would this project be interested in https://crates.io/crates/openslide-rs support being added, probably as an optional feature?
I suggest optional as the underlying https://openslide.org/ is …
-
**Describe the bug**
I am experimenting with the lossless conversion of some JPEG files (extracted from large tiled TIFF files). Some of these images convert without an issue, but others have an erro…
-
Hi!
I'm using PIL to serve images using the IIIF protocol and have a performance question. Has there been any work done, or interest shown, in partial decoding of JPEG2000-images (and multi-resolut…