You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2021. It is now read-only.
Make it compile with dcmtk > 20170228 Closes: #32
The newDicomElement functions were moved into DcmItem and are now
exposed as static methods. Test for this with CMake and if the new version
is found, forward the calls to newDicomElement to DcmItem::newDicomElement.
Make yet another release. Closes: #18
The shadder code using the if-statement did not compile with the
Intel shader compiler, but using "clamp" corrected the problem.