get_images() keep returning false

16 views
Skip to first unread message

Mari Muthu

unread,
Nov 26, 2021, 5:15:20 AM11/26/21
to nanodicom
require_once 'nanodicom.php';
$filename =__DIR__.'/samples/CT_small.dcm';
if (!file_exists($filename)) {
echo "File not found !";
die();
}
$dicom  = Nanodicom::factory($filename, 'pixeler');
$images = $dicom->get_images();
if($images === FALSE){
echo "dome error found !";
}

this is test.php . get_images() continously returning false only.
Reply all
Reply to author
Forward
0 new messages