The documentation still contains references to Imebra (should be Dicomhero)

Issue #373 closed
Paolo Brandoli repo owner created an issue

From a search in the documentation:

  • Commercial license

    ...g a Commercial License. All the licenses include one year of Email support. You can buy a commercial license at https://imebra.com...

  • Copyright

    ...application must also be GPL), you may purchase a commercial license for Dicomhero from the Dicomhero’s website (http://imebra.com). You can download the latest version of imebra from http://imebra.com...

  • Creating the source distribution from the code in the VCS

    ...he==4.14.2 pip3 install sphinx_rtd_theme Then clone the Dicomhero git repository: git clone git@bitbucket.org:binarno/imebra_git.git Finally, cd into the imebra folder and execute ant to build the source distribution that includes: ful...

  • Downloading Dicomhero

    Downloading Dicomhero You can download Dicomhero from https://imebra.com Dicomhero is available for free under the GNU General Public License and for a fee under a commercial license. If you do not want to be b...

  • Introduction

    ...ry. Once a bug has been identified, it should be reported on the issue tracker located at https://bitbucket.org/binarno/imebra/issues. How to report a bug: navigate to the website https://bitbucket.org/binarno/imebra/issues click on the bu...

  • Introduction

    ...ation to read or write into the DICOM tags, or to store new images into the dataSet. You can get Dicomhero from https://imebra.com Before committing to the usage of Dicomhero, please read the Requirements that the library fullfills as well...

  • Memory management classes

    ...ly buffer of memory. The buffer of memory is usually associated with a DicomheroTag buffer content. The memory used by ImebraReadMemory and DicomheroMutableMemory is managed by DicomheroMemoryPool. Subclassed by DicomheroMutableMemory Pu...

  • Stream classes

    ...decFactory The CodecFactory class can load or save a DataSet or an Image object using one of the codecs supplied by the Imebra library. Public Static Functions static DataSet load(StreamReader &reader, size_t maxSizeBufferLoad = std::nu...

  • Tutorial

    Tutorial Include files In C++ you have to include the file imebra/imebra.h: include <imebra/imebra.h> In Java, everything is in the package imebra: import com.imebra.*; In Java, before using any Dicomhero...

Comments (7)

  1. Log in to comment