-
Notifications
You must be signed in to change notification settings - Fork 253
Labels
Milestone
Description
Issue was raised on the forum thread https://forum.image.sc/t/problem-about-opening-some-svs-slides-in-qupath-v0-3-1-bio-formats-6-8-0/61404/15
A sample file was provided on the thread which reproduces the problem. The problem seems to be as a result of changes to the handling of macro and label images in #3733
Using the provided sample file with 6.8.0 you get:
Series count = 1
Series #0 -- :
Resolutions = 6
sizeX[0] = 62094
sizeX[1] = 15523
sizeX[2] = 3880
sizeX[3] = 1024
sizeX[4] = 1549
sizeX[5] = 685
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 62094
Height = 36729
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 256 x 256
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = false
-----
Plane #0 <=> Z 0, C 0, T 0
With 6.8.0 and flattened resolutions you get:
Series #0 -- Series 1:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 62094
Height = 36729
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 256 x 256
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = false
-----
Plane #0 <=> Z 0, C 0, T 0
Series #1 -- Series 2:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 15523
Height = 9182
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 256 x 256
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Series #2 -- Series 3:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 3880
Height = 2295
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 256 x 256
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Series #3 -- Series 4:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 1024
Height = 605
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 1024 x 605
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Series #4 -- Series 5:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 1549
Height = 580
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 1549 x 580
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Series #5 -- Series 6:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 685
Height = 530
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 685 x 530
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
With 6.7.0 you get:
Series count = 3
Series #0 -- :
Resolutions = 4
sizeX[0] = 62094
sizeX[1] = 15523
sizeX[2] = 3880
sizeX[3] = 1024
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 62094
Height = 36729
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 256 x 256
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = false
-----
Plane #0 <=> Z 0, C 0, T 0
Series #1 -- label image:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 685
Height = 530
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 685 x 530
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Series #2 -- macro image:
Image count = 1
RGB = true (3)
Interleaved = false
Indexed = false (true color)
Width = 1549
Height = 580
SizeZ = 1
SizeT = 1
SizeC = 3 (effectively 1)
Tile size = 1549 x 580
Thumbnail size = 685 x 530
Endianness = intel (little)
Dimension order = XYCZT (uncertain)
Pixel type = uint8
Valid bits per pixel = 8
Metadata complete = true
Thumbnail series = true
-----
Plane #0 <=> Z 0, C 0, T 0
Reactions are currently unavailable