Thank you for the reply. I’ll try to go ahead and create an virtual machine for Parallels. It is commercial, but I have a copy for my Mac.
Regarding Orthanc, it is open source, see: Orthanc, and they have some commercial partners, Partner. I’ve installed and it is pretty nice and cross platform, I believe. I built for OS X and it worked like a charm. It builds an Xcode project. It is well documented with a REST API and future development.
I have another question. I’ve tried to install Oviyam 2.x on my Mac and have it communicate with OSIRIX. I am pretty close, but I’m having some issues with transferring images, I think related to the imagio libraries. Any help with getting Oviyam up and running in a Tomcat instance on a Mac ? I just wanted to see what it is like. I am working on what I have. I deployed what is in the most recent .bin, which includes DCM4CHEE .jars, but I had to make some modifications, one of which changing the “tags” folder to “tids” in the /WEB-INF folder and making corresponding changes in the references to that folder. Also had to edit the roles and passwords to get access to Oviyam. I think that the only remaining problem is the imageio libraries. I think these are the culprits in the imagio.jar
1.2.840.10008.1.2.5=rle,org.dcm4che2.imageioimpl.plugins.rle.RLEImageReader
1.2.840.10008.1.2.5.typeSpecifier=true
1.2.840.10008.1.2.4.50=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0,RGB
1.2.840.10008.1.2.4.51=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0,RGB
1.2.840.10008.1.2.4.57=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0
1.2.840.10008.1.2.4.70=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0
1.2.840.10008.1.2.4.80=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0
1.2.840.10008.1.2.4.81=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0
1.2.840.10008.1.2.4.90=jpeg2000,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderCodecLib,0,RGB
1.2.840.10008.1.2.4.91=jpeg2000,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageReaderCodecLib,0,RGB
This does NOT work for decoding images, but is good enough for reading the byte stream.
1.2.840.10008.1.2.4.100=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReader,0
and:
JPEG Baseline (Process 1) 8 bit lossy
1.2.840.10008.1.2.4.50=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
JPEG Extended (Process 2 & 4) 12 bit
1.2.840.10008.1.2.4.51=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
JPEG Lossless, Non-Hierarchical (Process 14)
1.2.840.10008.1.2.4.57=jpeg-lossless,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
1.2.840.10008.1.2.4.57.type=JPEG-LOSSLESS
JPEG Lossless, Non-hierarchical, first order prediction (Process 14, selection 1)
1.2.840.10008.1.2.4.70=jpeg-lossless,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
1.2.840.10008.1.2.4.70.type=JPEG-LOSSLESS
JPEG-LS Lossless
1.2.840.10008.1.2.4.80=jpeg-ls,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
1.2.840.10008.1.2.4.80.type=JPEG-LS
JPEG-LS Lossy
1.2.840.10008.1.2.4.81=jpeg,com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter
1.2.840.10008.1.2.4.81.type=JPEG-LS
JPEG 2000 Lossless
1.2.840.10008.1.2.4.90=jpeg2000,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterCodecLib
JPEG 2000 Lossy
1.2.840.10008.1.2.4.91=jpeg2000,com.sun.media.imageioimpl.plugins.jpeg2000.J2KImageWriterCodecLib