Search found 2 matches

by bettarini
Mon, 2023-07-03, 13:55
Forum: DCMTK - General
Topic: Apple Silicon Support?
Replies: 3
Views: 6224

Re: Apple Silicon Support?

You don't necessarily need an ARM based Mac to compile for Apple Silicon, you can cross compile from an Intel machine, and even create universal binaries if you pass this to the cmake command

Code: Select all

-D CMAKE_OSX_ARCHITECTURES="x86_64;arm64"
by bettarini
Thu, 2023-06-22, 07:34
Forum: DCMTK - General
Topic: Feeding worklist items to wlmscpfs
Replies: 1
Views: 7021

Feeding worklist items to wlmscpfs

The question is about feeeding worklist items to wlmscpfs by using dump2dcm to convert the sample files to DICOM. All the samples show one single SPS per file. First question: are those .wl files compliant with the DICOM standard ? Second question: would wlmscpfs be able to use a file where the SPS ...