imglib / imglib2

A generic next-generation Java library for image processing
http://imglib2.net/
Other
293 stars 93 forks source link

Create a VolatileNativeBooleanType #319

Open gselzer opened 1 year ago

gselzer commented 1 year ago

This PR introduces the type VolatileNativeBooleanType.

The motivation behind this PR is in providing full support for boolean types in imglyb. As a part of that, I want to add support for numpy.bool_ to imglyb.types.for_np_dtype(). This PR would provide the VolatileNativeBooleanType necessary to mimic the case logic of the other numpy data types.