We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

NRRD Image Library for C++

This is a Header-Only implementation of the NRRD Image file format. It supports all basic C-types and automatically converts to the type you want. It is templated and allows reading and writing user-defined meta-information to the NRRD-header.

It implements “the most important” parts of the following standard:
http://teem.sourceforge.net/nrrd/format.html
– Does not implement: line skip, byte skip, orientations, encodings other than raw, kinds other than domain.
– Converts all type strings to C-type equivalent i.e. “uint8” to “unsigned char”
– Always writes “endian” tag (required for FIJI/ImageJ loading)
– Can open files of Big and little endian but saves files only in native format.

It is compatible with ImageJ/Fiji
http://fiji.sc/Fiji

The library has been used in dozens of projects and is well tested.

We do what you do – business software – so we get it. Customer support is critical to any business and as a B2B provider you not only need to manage contacts and tickets, you need to understand your business relationships at a customer level. TeamSupport is the only helpdesk software built for B2B and made to scale with you as you grow.

  • Easy to Use and Fully Customizable to Your Business
  • Relational Customer Database and Best in Class SLAs
Website https://sourceforge.net/p/nrrd-cpp/wiki/Home/
Tags
Features
  • NRRD file loading
  • NRRD file saving
  • Templated to support all basic C types
  • Automatically convert between types
  • Optional tools to convert all types supported by ITK including DICOM, TIFF etc.