Open de9821 opened 3 months ago
Hi @de9821, thank you for reporting the issue. If you leave out the -pyramid-scale 1
option, do you still see the same error?
Hi @dgault thanks for the response.
I see similar error with out -pyramid-scale 1
option.
../bftools/bfconvert -no-upgrade -bigtiff -series 1 -noflat ./DATA_022/DATA_022.vsi ./DATA_022_1.tiff ./DATA_022/DATA_022.vsi CellSensReader initializing ./DATA_022/DATA_022.vsi [CellSens VSI] -> ./DATA_022_1.tiff [Tagged Image File Format] Tile size = 512 x 512 Converted 1/1 planes (100%) Tile size = 512 x 512 Exception in thread "main" loci.formats.FormatException: (w:512 + x:3584) must be <= 4034 at loci.formats.FormatWriter.checkParams(FormatWriter.java:469) at loci.formats.out.TiffWriter.saveBytes(TiffWriter.java:223) at loci.formats.out.TiffWriter.saveBytes(TiffWriter.java:469) at loci.formats.ImageWriter.saveBytes(ImageWriter.java:260) at loci.formats.tools.ImageConverter.convertTilePlane(ImageConverter.java:1076) at loci.formats.tools.ImageConverter.convertPlane(ImageConverter.java:908) at loci.formats.tools.ImageConverter.testConvert(ImageConverter.java:841) at loci.formats.tools.ImageConverter.main(ImageConverter.java:1318)
Thanks @de9821 for confirming. Would you be able to share a sample file showing the error that we can test? If you need a suitable upload location then you can upload files to the Bio-Formats Zenodo community.
my current version bftools is below
I am getting below error while converting vsi file series into tiff
Series description is below
I referred documentation and tried various options but still getting error.
Also tried older version of 6.3.1 as it was suggested in old discussion in forum but no luck.
please suggest if you faced similar issue and have any solution