Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malaterre/gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
https://github.com/malaterre/gdcm
c-plus-plus compression csharp dicom java medical-imaging python swig
Last synced: 6 days ago
JSON representation
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
- Host: GitHub
- URL: https://github.com/malaterre/gdcm
- Owner: malaterre
- License: other
- Created: 2010-11-15T11:34:55.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T10:08:11.000Z (17 days ago)
- Last Synced: 2025-01-10T21:03:44.040Z (13 days ago)
- Topics: c-plus-plus, compression, csharp, dicom, java, medical-imaging, python, swig
- Language: C++
- Homepage: http://gdcm.sf.net
- Size: 35.7 MB
- Stars: 357
- Watchers: 24
- Forks: 185
- Open Issues: 4
-
Metadata Files:
- Readme: README.Copyright.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
December 28, 2008
Historical note:
Starting with gdcm 2.0.11, GDCM, Grassroots DICOM is distributed
under the new simplified BSD license, approved by the Open Source Initiative (OSI)
* http://www.opensource.org/licenses/bsd-license.phpSee Copyright.txt
GDCM includes source code from other projects which have different copyright.
This is an incomplete list of additional licenses included:
- BSD-2-Clause and BSD-3-Clause are used extensively (e.g. Utilities/gdcmcharls/License.txt)
- Apache-2.0 license is used extensively
- MIT license (e.g. `Source/MediaStorageAndFileFormat/gdcmIconImageGenerator.cxx` and `Utilities/gdcmexpat/COPYING`)
- OFFIS (e.g. `Utilities/gdcmjpeg/COPYRIGHT.dcmtk`; c.f https://spdx.org/licenses/OFFIS.html )
- Custom public domain license (e.g. `Utilities/pvrg/COPYING`)The GDCM library does not include any source code that is:
- GNU General Public License or
- GNU Lesser General Public LicenseHowever, `Examples/Csharp/MpegVideoInfo.cs` is licensed under the GNU Lesser General Public License.