GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.5k stars 286 forks source link

c++23 fixed width floating point types #435

Open KBentley57 opened 4 weeks ago

KBentley57 commented 4 weeks ago

Hi all,

I was experimenting with the new floating point types, and I was wondering if supporting them were on your radar in the near future. We use CImg quite a bit, and that half / bhalf type would be nice to have for space. Have you given any thought to it?

Thanks,

Kyle

dtschump commented 3 weeks ago

That is not planed, but I'm open to any contributions that would make CImg support new datatypes.