I am working on a biomedical imaging application. I having some trouble finding a good container format for my 12 bit grayscale images.
Does anybody know of a 12 bit image format with a C++ or C api similiar to LibTIFF?
I am working on a biomedical imaging application. I having some trouble finding a good container format for my 12 bit grayscale images.
Does anybody know of a 12 bit image format with a C++ or C api similiar to LibTIFF?
I suggest using DICOM for medical imaging instead of some other image format. GDCM and DCMTK are both good opensource toolkits that allow reading and writing of dicom files (+ lots more).
A good free windows DICOM viewer is MicroDicom.
I'd consider researching existing HDR image formats and libraries, like OpenEXR, HDRi, Radiance, etc.
Also, as far as I know, TIFF is actually a very flexible format and you could use that.