How to open float 32-bit images?

that would mean the image is single-channel, i.e. grayscale, and you can’t apply channel reordering (COLOR_BGR2RGB) on something that has a single channel.

what kind of TIFF is this? something weird, a stack of images? if you probe it with imagemagick’s magick identify ..., what does it say?

1 Like