Re: Subclassing NSDocumentController
Re: Subclassing NSDocumentController
- Subject: Re: Subclassing NSDocumentController
- From: email@hidden
- Date: Fri, 25 Jan 2002 11:16:49 +0100
>
I'm writing a program to view DICOM medical images, and although I have
>
a functional viewer I'm having two problems. When viewing a CT or MRI
>
each individual images is in a separate file and there is between 20-200
>
images in a standard study. Is there a way to subcass NSDocumentViewer
>
to load an entire directory or all selected files into a single document?
Lance,
yes, this is possible. i had the same problem during working for a
presentation software but i got a great help from Peter Ammon's JPEGDeux.
it's a unique work. though the name says as if the viewer program is made
only for jpeg file format but i've tested it, it works for nearly all
kinds of format including PhotoShop, TIFF, PICT etc. you can get the whole
source code from his homepage at:
http://homepage.mac.com/gershwin/software.html
i hope this may help u
cheers
==
chandan