You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multiple channels tiff and the below is the info about this tiff
=== TIFF directory 0 ===
TIFF Directory at offset 0x8 (8)
Image Width: 14066 Image Length: 13367
Resolution: 1, 1 (unitless)
Bits/Sample: 32
Sample Format: IEEE floating point
Compression Scheme: None
Photometric Interpretation: min-is-black
Samples/Pixel: 1
Rows/Strip: 13367
Planar Configuration: single image plane
ImageDescription: ImageJ=1.11a
images=28
channels=28
hyperstack=true
mode=grayscale
The tiff has 28 channels. I read this tiff using image <- readImage(image.fn[1],all=TRUE).
Image
colorMode : Grayscale
storage.mode : double
dim : 14066 13367
frames.total : 1
frames.render: 1
Only one channel was read. Can you help to solve this issue.
The multiple channels tiff was generated by ImageJ from one qbtiff.
The text was updated successfully, but these errors were encountered:
I have a multiple channels tiff and the below is the info about this tiff
=== TIFF directory 0 ===
TIFF Directory at offset 0x8 (8)
Image Width: 14066 Image Length: 13367
Resolution: 1, 1 (unitless)
Bits/Sample: 32
Sample Format: IEEE floating point
Compression Scheme: None
Photometric Interpretation: min-is-black
Samples/Pixel: 1
Rows/Strip: 13367
Planar Configuration: single image plane
ImageDescription: ImageJ=1.11a
images=28
channels=28
hyperstack=true
mode=grayscale
The tiff has 28 channels. I read this tiff using image <- readImage(image.fn[1],all=TRUE).
Image
colorMode : Grayscale
storage.mode : double
dim : 14066 13367
frames.total : 1
frames.render: 1
Only one channel was read. Can you help to solve this issue.
The multiple channels tiff was generated by ImageJ from one qbtiff.
The text was updated successfully, but these errors were encountered: