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
Is it possible to read 16 bit images? I have RBG16bit (ie 48bpp) and RGBA16Bit (ie, 64bpp). I tried doing SKCodec.Create(fileStream) and then looking at the ImageInfo, but it says rgba8888.
These are images with values ranging from 0-32767.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to read 16 bit images? I have RBG16bit (ie 48bpp) and RGBA16Bit (ie, 64bpp). I tried doing
SKCodec.Create(fileStream)
and then looking at the ImageInfo, but it says rgba8888.These are images with values ranging from 0-32767.
Beta Was this translation helpful? Give feedback.
All reactions