ome / ome-model

OME model (specification, code generator, implementation)
Other
13 stars 25 forks source link

support for float16 #190

Open hroskes opened 3 months ago

hroskes commented 3 months ago

Is there a possibility of adding support for a 16-bit float PixelType? I believe the current floating point options are 32 or 64 bit. Our microscopy data don't have that high of a resolution, so it would be nice to be able to save a factor of 2 in space.

Thank you!