Closed mywsat closed 1 year ago
Hi @mywsat:
TiffWriter
will be selected when passing an output filename with a default TIFF extension. The output format is a basic TIFF-based format (with some ImageJ metadata) and does not support pyramidal levels and will only write a single resolution for each planeOMETiffWriter
will be selected when passing an output filename with an OME-TIFF extension. The output format supports multi-resolution. However openslide
has not been updated to read this open pyramidal format so it falls back to being detected as a Generic tiled TIFF format and does not recognize the pyramidal levels.If using openslide
is part of your requirement, you will need to convert the data into a supported multi-resolution file format. In this case libvips
might be an option to go from jpg
to Generic tiled TIFF
- see https://forum.image.sc/t/create-more-than-series-using-qupath/52849/9 for a typical workflow /cc @jcupitt
Closing in the absence of updates, since there are no planned changes here. @mywsat, if you're still having trouble and the suggestions in https://github.com/ome/bioformats/issues/3722#issuecomment-902668107 didn't help, feel free to re-open with more information about your workflow requirements.
I use the bioformat API to convert JPG to tiff. It is found that the converted TIFF file (pyramid) cannot be opened with openslide. Only tile TIFF is supported
only one level