require_once 'File/DICOM.php';
mixed File_DICOM::dumpImage (string $filename)
mixed File_DICOM::dumpImage
Use with Caution!!. For a 8.5MB DICOM file on a P4 it takes 28 seconds to dump it's image.
The file where to save the image
returns true on success, PEAR_Error on failure.
This function can not be called statically.